Home
last modified time | relevance | path

Searched defs:Elf64_Phdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1458 struct Elf64_Phdr { struct
1459 Elf64_Word p_type; // Type of segment
1460 Elf64_Word p_flags; // Segment flags
1461 Elf64_Off p_offset; // File offset where segment is located, in bytes
1462 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1463 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1464 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
1465 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
1466 Elf64_Xword p_align; // Segment alignment constraint
/freebsd/sys/sys/
H A Delf64.h124 } Elf64_Phdr; typedef
/freebsd/contrib/file/src/
H A Dreadelf.h195 } Elf64_Phdr; typedef
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2715 } Elf64_Phdr; typedef