Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1446 struct Elf32_Phdr { struct
1447 Elf32_Word p_type; // Type of segment
1448 Elf32_Off p_offset; // File offset where segment is located, in bytes
1449 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
1450 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1451 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)
1452 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)
1453 Elf32_Word p_flags; // Segment flags
1454 Elf32_Word p_align; // Segment alignment constraint
/freebsd/sys/sys/
H A Delf32.h115 } Elf32_Phdr; typedef
/freebsd/contrib/file/src/
H A Dreadelf.h184 } Elf32_Phdr; typedef
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2703 } Elf32_Phdr; typedef