Function report | 
Source Code:kernel\kexec_elf.c | 
Create Date:2022-07-28 11:04:47 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:elf16_to_cpu
Proto:static uint16_t elf16_to_cpu(const struct elf64_hdr *ehdr, uint16_t value)
Type:uint16_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct elf64_hdr * | ehdr | |
| uint16_t | value | 
| 51 | If ELF "magic number" [EI_DATA] == ELFDATA2LSB Then value = le16_to_cpu(value) | 
| 53 | Else if ELF "magic number" [EI_DATA] == ELFDATA2MSB Then value = be16_to_cpu(value) | 
| 56 | Return value | 
| Name | Describe | 
|---|---|
| elf_read_ehdr | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |