Home
last modified time | relevance | path

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

/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp791 struct Elf64_Phdr struct
793 Elf_Word p_type;
794 Elf_Word p_flags;
795 Elf64_Off p_offset;
796 Elf64_Addr p_vaddr;
797 Elf64_Addr p_paddr;
798 Elf_Xword p_filesz;
799 Elf_Xword p_memsz;
800 Elf_Xword p_align;
/third_party/rust/crates/libc/src/unix/solarish/
Dx86_64.rs11 pub type Elf64_Phdr = __c_anonymous_Elf64_Phdr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h999 struct Elf64_Phdr { struct
1000 Elf64_Word p_type; // Type of segment
1001 Elf64_Word p_flags; // Segment flags
1002 Elf64_Off p_offset; // File offset where segment is located, in bytes
1003 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1004 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1005 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
1006 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
1007 Elf64_Xword p_align; // Segment alignment constraint
/third_party/elfio/elfio/
Delf_types.hpp1182 struct Elf64_Phdr struct
1184 Elf_Word p_type;
1185 Elf_Word p_flags;
1186 Elf64_Off p_offset;
1187 Elf64_Addr p_vaddr;
1188 Elf64_Addr p_paddr;
1189 Elf_Xword p_filesz;
1190 Elf_Xword p_memsz;
1191 Elf_Xword p_align;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1170 struct Elf64_Phdr { struct
1171 Elf64_Word p_type; // Type of segment
1172 Elf64_Word p_flags; // Segment flags
1173 Elf64_Off p_offset; // File offset where segment is located, in bytes
1174 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1175 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1176 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
1177 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
1178 Elf64_Xword p_align; // Segment alignment constraint
/third_party/libunwind/include/win/
Dfreebsd-elf64.h116 } Elf64_Phdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h116 } Elf64_Phdr; typedef
/third_party/musl/porting/linux/user/include/
Delf.h590 } Elf64_Phdr; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h589 } Elf64_Phdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h589 } Elf64_Phdr; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h589 } Elf64_Phdr; typedef
/third_party/musl/include/
Delf.h589 } Elf64_Phdr; typedef
/third_party/musl/ndk_musl_include/
Delf.h589 } Elf64_Phdr; typedef
/third_party/elfutils/libelf/
Delf.h707 } Elf64_Phdr; typedef
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59453 typedef struct elf64_phdr Elf64_Phdr; typedef