Home
last modified time | relevance | path

Searched refs:Elf32_Off (Results 1 - 25 of 29) sorted by relevance

12

/third_party/elfutils/libelf/
H A Dgelf_offscn.c45 if ((Elf32_Off) offset != offset) in gelf_offscn()
51 return INTUSE(elf32_offscn) (elf, (Elf32_Off) offset); in gelf_offscn()
H A Dlibelf.h99 ELF_T_OFF, /* Elf32_Off, Elf64_Off, ... */
285 extern Elf_Scn *elf32_offscn (Elf *__elf, Elf32_Off __offset);
H A Delf.h47 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 */
H A DlibelfP.h502 extern Elf_Scn *__elf32_offscn_internal (Elf *__elf, Elf32_Off __offset)
H A Delf_begin.c381 Elf32_Off e_shoff = elf->state.elf32.ehdr->e_shoff; in file_read_elf()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86.rs3 pub type Elf32_Off = ::c_ulong; types
12 pub p_offset: ::Elf32_Off,
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp60 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/rust/crates/libc/src/unix/haiku/
H A Db32.rs12 pub p_offset: ::Elf32_Off,
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp968 (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_offset */ in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp913 (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_offset */ in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp913 (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_offset */ in writeObjectCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h32 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/
H A DELF.h29 using Elf32_Off = uint32_t; // File offset
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/elfutils/tests/
H A Dalldts.c143 const Elf32_Off *const dynscn_offset = &shdr->sh_offset; in main()
/third_party/elfio/elfio/
H A Delf_types.hpp37 using Elf32_Off = uint32_t;
1111 Elf32_Off e_phoff;
1112 Elf32_Off e_shoff;
1147 Elf32_Off sh_offset;
1173 Elf32_Off p_offset;
/third_party/musl/porting/linux/user/include/
H A Delf.h26 typedef uint32_t Elf32_Off; typedef
43 Elf32_Off e_phoff;
44 Elf32_Off e_shoff;
332 Elf32_Off sh_offset;
573 Elf32_Off p_offset;
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h26 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_iccarm/kernel/include/
H A Delf.h26 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/
H A Delf.h26 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/
H A Delf.h26 typedef uint32_t Elf32_Off; typedef
43 Elf32_Off e_phoff;
44 Elf32_Off e_shoff;
332 Elf32_Off sh_offset;
584 Elf32_Off p_offset;
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs24 pub type Elf32_Off = u32; types
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/src/unix/linux_like/linux/
H A Dmod.rs27 pub type Elf32_Off = u32; types
350 pub e_phoff: Elf32_Off,
351 pub e_shoff: Elf32_Off,
398 pub p_offset: Elf32_Off,
423 pub sh_offset: Elf32_Off,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs23 pub type Elf32_Off = u32; types
337 pub p_offset: Elf32_Off,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs25 pub type Elf32_Off = u32; types
376 pub p_offset: Elf32_Off,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs23 pub type Elf32_Off = u32; types
438 pub p_offset: Elf32_Off,

Completed in 164 milliseconds

12