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:elf64_to_cpu
Proto:static uint64_t elf64_to_cpu(const struct elf64_hdr *ehdr, uint64_t value)
Type:uint64_t
Parameter:
Type | Parameter | Name |
---|---|---|
const struct elf64_hdr * | ehdr | |
uint64_t | value |
31 | If ELF "magic number" [EI_DATA] == ELFDATA2LSB Then value = le64_to_cpu(value) |
33 | Else if ELF "magic number" [EI_DATA] == ELFDATA2MSB Then value = be64_to_cpu(value) |
36 | 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 |