/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 40 typedef uint32_t Elf32_Off; typedef 61 Elf32_Off e_phoff; /* Program header file offset. */ 62 Elf32_Off e_shoff; /* Section header file offset. */ 82 Elf32_Off sh_offset; /* Offset in file. */ 96 Elf32_Off p_offset; /* File offset of contents. */
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 40 typedef uint32_t Elf32_Off; typedef 61 Elf32_Off e_phoff; /* Program header file offset. */ 62 Elf32_Off e_shoff; /* Section header file offset. */ 82 Elf32_Off sh_offset; /* Offset in file. */ 96 Elf32_Off p_offset; /* File offset of contents. */
|
/third_party/elfutils/libelf/ |
D | gelf_offscn.c | 45 if ((Elf32_Off) offset != offset) in gelf_offscn() 51 return INTUSE(elf32_offscn) (elf, (Elf32_Off) offset); in gelf_offscn()
|
D | elf.h | 47 typedef uint32_t Elf32_Off; typedef 70 Elf32_Off e_phoff; /* Program header table file offset */ 71 Elf32_Off e_shoff; /* Section header table file offset */ 389 Elf32_Off sh_offset; /* Section file offset */ 688 Elf32_Off p_offset; /* Segment file offset */
|
D | libelf.h | 285 extern Elf_Scn *elf32_offscn (Elf *__elf, Elf32_Off __offset);
|
D | libelfP.h | 502 extern Elf_Scn *__elf32_offscn_internal (Elf *__elf, Elf32_Off __offset)
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86.rs | 3 pub type Elf32_Off = ::c_ulong; typedef 12 pub p_offset: ::Elf32_Off,
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 60 typedef uint32_t Elf32_Off; typedef 720 Elf32_Off e_phoff; 721 Elf32_Off e_shoff; 756 Elf32_Off sh_offset; 782 Elf32_Off p_offset;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 32 typedef uint32_t Elf32_Off; // File offset typedef 69 Elf32_Off e_phoff; // Program header table's file offset, in bytes 70 Elf32_Off e_shoff; // Section header table's file offset, in bytes 628 Elf32_Off sh_offset; // File offset of section data, in bytes 989 Elf32_Off p_offset; // File offset where segment is located, in bytes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 29 using Elf32_Off = uint32_t; // File offset variable 66 Elf32_Off e_phoff; // Program header table's file offset, in bytes 67 Elf32_Off e_shoff; // Section header table's file offset, in bytes 778 Elf32_Off sh_offset; // File offset of section data, in bytes 1160 Elf32_Off p_offset; // File offset where segment is located, in bytes
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | b32.rs | 12 pub p_offset: ::Elf32_Off,
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 913 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode() 933 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)), /* sh_offset */ in writeObjectCode() 946 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)), /* sh_offset */ in writeObjectCode() 958 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40), /* sh_offset */ in writeObjectCode() 970 …(Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 913 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode() 933 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)), /* sh_offset */ in writeObjectCode() 946 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)), /* sh_offset */ in writeObjectCode() 958 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40), /* sh_offset */ in writeObjectCode() 970 …(Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 968 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode() 988 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)), /* sh_offset */ in writeObjectCode() 1001 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)), /* sh_offset */ in writeObjectCode() 1013 … (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40), /* sh_offset */ in writeObjectCode() 1025 …(Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
|
/third_party/elfutils/tests/ |
D | alldts.c | 143 const Elf32_Off *const dynscn_offset = &shdr->sh_offset; in main()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 572 Elf32_Off p_offset;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 571 Elf32_Off p_offset;
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 571 Elf32_Off p_offset;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 571 Elf32_Off p_offset;
|
/third_party/musl/include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 571 Elf32_Off p_offset;
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 37 using Elf32_Off = uint32_t; typedef 1111 Elf32_Off e_phoff; 1112 Elf32_Off e_shoff; 1147 Elf32_Off sh_offset; 1173 Elf32_Off p_offset;
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 26 typedef uint32_t Elf32_Off; typedef 43 Elf32_Off e_phoff; 44 Elf32_Off e_shoff; 331 Elf32_Off sh_offset; 571 Elf32_Off p_offset;
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 24 pub type Elf32_Off = u32; typedef 310 pub e_phoff: Elf32_Off, 311 pub e_shoff: Elf32_Off, 358 pub p_offset: Elf32_Off, 383 pub sh_offset: Elf32_Off,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 200 Elf32_Off
|
D | fuchsia.txt | 271 Elf32_Off
|