Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1368 struct Elf64_Phdr { struct
1369 Elf64_Word p_type; // Type of segment
1370 Elf64_Word p_flags; // Segment flags
1371 Elf64_Off p_offset; // File offset where segment is located, in bytes
1372 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1373 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1374 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
1375 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
1376 Elf64_Xword p_align; // Segment alignment constraint
/openbsd/sys/sys/
H A Dexec_elf.h461 } Elf64_Phdr; typedef