Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1356 struct Elf32_Phdr { struct
1357 Elf32_Word p_type; // Type of segment
1358 Elf32_Off p_offset; // File offset where segment is located, in bytes
1359 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
1360 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1361 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)
1362 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)
1363 Elf32_Word p_flags; // Segment flags
1364 Elf32_Word p_align; // Segment alignment constraint
/openbsd-src/gnu/gcc/gcc/
H A Dsys-types.h178 typedef int Elf32_Phdr; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h178 typedef int Elf32_Phdr; typedef
/openbsd-src/sys/sys/
H A Dexec_elf.h450 } Elf32_Phdr; global() typedef