Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1553 struct Elf32_Phdr { struct
1554 Elf32_Word p_type; // Type of segment
1555 Elf32_Off p_offset; // File offset where segment is located, in bytes
1556 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
1557 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1558 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)
1559 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)
1560 Elf32_Word p_flags; // Segment flags
1561 Elf32_Word p_align; // Segment alignment constraint