Home
last modified time | relevance | path

Searched defs:elf64_hdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/proc/
Dproc-pid-vm.c
/openbmc/linux/arch/powerpc/boot/
Delf.h
/openbmc/qemu/include/
H A Delf.h1516 typedef struct elf64_hdr { struct
1517 unsigned char e_ident[16]; /* ELF "magic number" */
1518 Elf64_Half e_type;
1519 Elf64_Half e_machine;
1520 Elf64_Word e_version;
1521 Elf64_Addr e_entry; /* Entry point virtual address */
1522 Elf64_Off e_phoff; /* Program header table file offset */
1523 Elf64_Off e_shoff; /* Section header table file offset */
1524 Elf64_Word e_flags;
1525 Elf64_Half e_ehsize;
[all …]