Function report |
Source Code:kernel\kexec_elf.c |
Create Date:2022-07-28 11:04:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:elf32_to_cpu
Proto:static uint32_t elf32_to_cpu(const struct elf64_hdr *ehdr, uint32_t value)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
const struct elf64_hdr * | ehdr | |
uint32_t | value |
41 | If ELF "magic number" [EI_DATA] == ELFDATA2LSB Then value = le32_to_cpu(value) |
43 | Else if ELF "magic number" [EI_DATA] == ELFDATA2MSB Then value = be32_to_cpu(value) |
46 | Return value |
Name | Describe |
---|---|
elf_read_ehdr | |
elf_read_phdr |
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 |