Home
last modified time | relevance | path

Searched refs:Elf64_Off (Results 1 – 25 of 63) sorted by relevance

123

/third_party/libunwind/include/win/
Dfreebsd-elf64.h40 typedef uint64_t Elf64_Off; typedef
55 typedef Elf64_Off Elf64_Hashelt;
74 Elf64_Off e_phoff; /* Program header file offset. */
75 Elf64_Off e_shoff; /* Section header file offset. */
95 Elf64_Off sh_offset; /* Offset in file. */
110 Elf64_Off p_offset; /* File offset of contents. */
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h40 typedef uint64_t Elf64_Off; typedef
55 typedef Elf64_Off Elf64_Hashelt;
74 Elf64_Off e_phoff; /* Program header file offset. */
75 Elf64_Off e_shoff; /* Section header file offset. */
95 Elf64_Off sh_offset; /* Offset in file. */
110 Elf64_Off p_offset; /* File offset of contents. */
/third_party/elfio/elfio/
Delfio.hpp265 ELFIO_HEADER_ACCESS_GET_SET( Elf64_Off, sections_offset );
266 ELFIO_HEADER_ACCESS_GET_SET( Elf64_Off, segments_offset );
378 static bool is_offset_in_section( Elf64_Off offset, in is_offset_in_section()
386 static Elf64_Addr get_virtual_addr( Elf64_Off offset, in get_virtual_addr()
394 find_prog_section_for_offset( Elf64_Off offset ) const noexcept in find_prog_section_for_offset()
502 Elf64_Off offset = header->get_sections_offset(); in load_sections()
542 static bool is_sect_in_seg( Elf64_Off sect_begin, in is_sect_in_seg()
544 Elf64_Off seg_begin, in is_sect_in_seg()
545 Elf64_Off seg_end ) noexcept in is_sect_in_seg()
561 Elf64_Off offset = header->get_segments_offset(); in load_segments()
[all …]
Delfio_header.hpp54 ELFIO_GET_SET_ACCESS_DECL( Elf64_Off, sections_offset );
56 ELFIO_GET_SET_ACCESS_DECL( Elf64_Off, segments_offset );
141 ELFIO_GET_SET_ACCESS( Elf64_Off, sections_offset, header.e_shoff );
143 ELFIO_GET_SET_ACCESS( Elf64_Off, segments_offset, header.e_phoff );
Delfio_segment.hpp48 ELFIO_GET_ACCESS_DECL( Elf64_Off, offset );
61 ELFIO_SET_ACCESS_DECL( Elf64_Off, offset );
94 ELFIO_GET_ACCESS( Elf64_Off, offset, ph.p_offset );
148 void set_offset( const Elf64_Off& value ) noexcept override in set_offset()
Delfio_section.hpp51 ELFIO_GET_ACCESS_DECL( Elf64_Off, offset );
63 ELFIO_SET_ACCESS_DECL( Elf64_Off, offset );
207 ELFIO_GET_SET_ACCESS( Elf64_Off, offset, header.sh_offset );
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp203 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset()
204 Elf64_Off OffsetInFile = Str.tell(); in alignFileOffset()
229 Elf64_Off OffsetInFile = alignFileOffset(Section->getSectionAlign()); in writeFunctionCode()
452 constexpr Elf64_Off DummySHOffset = 0; in writeInitialELFHeader()
465 void ELFObjectWriter::writeELFHeaderInternal(Elf64_Off SectionHeaderOffset, in writeELFHeaderInternal()
623 Elf64_Off Offset = alignFileOffset(RelSec->getSectionAlign()); in writeRelocationSections()
640 Elf64_Off ShStrTabOffset = alignFileOffset(ShStrTab->getSectionAlign()); in writeNonUserSections()
653 Elf64_Off SymTabOffset = alignFileOffset(SymTab->getSectionAlign()); in writeNonUserSections()
658 Elf64_Off StrTabOffset = alignFileOffset(StrTab->getSectionAlign()); in writeNonUserSections()
666 Elf64_Off ShOffset = alignFileOffset(ShdrAlign); in writeNonUserSections()
DIceELFObjectWriter.h139 Elf64_Off alignFileOffset(Elf64_Xword Align);
176 void writeELFHeaderInternal(Elf64_Off SectionHeaderOffset,
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp62 typedef uint64_t Elf64_Off; typedef
738 Elf64_Off e_phoff;
739 Elf64_Off e_shoff;
770 Elf64_Off sh_offset;
795 Elf64_Off p_offset;
Delfio_c_wrapper.h131 ELFIO_C_HEADER_ACCESS_GET_SET( Elf64_Off, sections_offset );
132 ELFIO_C_HEADER_ACCESS_GET_SET( Elf64_Off, segments_offset );
156 ELFIO_C_GET_ACCESS( section, Elf64_Off, offset );
178 ELFIO_C_GET_ACCESS( segment, Elf64_Off, offset );
Delfio_c_wrapper.cpp72 ELFIO_C_HEADER_ACCESS_GET_SET_IMPL( Elf64_Off, sections_offset );
73 ELFIO_C_HEADER_ACCESS_GET_SET_IMPL( Elf64_Off, segments_offset );
135 ELFIO_C_GET_ACCESS_IMPL( section, Elf64_Off, offset );
177 ELFIO_C_GET_ACCESS_IMPL( segment, Elf64_Off, offset );
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.h129 ELFIO_C_HEADER_ACCESS_GET_SET( Elf64_Off, sections_offset );
130 ELFIO_C_HEADER_ACCESS_GET_SET( Elf64_Off, segments_offset );
154 ELFIO_C_GET_ACCESS( section, Elf64_Off, offset );
176 ELFIO_C_GET_ACCESS( segment, Elf64_Off, offset );
Delfio_c_wrapper.cpp72 ELFIO_C_HEADER_ACCESS_GET_SET_IMPL( Elf64_Off, sections_offset );
73 ELFIO_C_HEADER_ACCESS_GET_SET_IMPL( Elf64_Off, segments_offset );
135 ELFIO_C_GET_ACCESS_IMPL( section, Elf64_Off, offset );
177 ELFIO_C_GET_ACCESS_IMPL( segment, Elf64_Off, offset );
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h38 typedef uint64_t Elf64_Off; typedef
93 Elf64_Off e_phoff;
94 Elf64_Off e_shoff;
642 Elf64_Off sh_offset;
1002 Elf64_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/
DELF.h35 using Elf64_Off = uint64_t; variable
92 Elf64_Off e_phoff;
93 Elf64_Off e_shoff;
792 Elf64_Off sh_offset;
1173 Elf64_Off p_offset; // File offset where segment is located, in bytes
/third_party/rust/crates/libc/src/unix/solarish/
Dx86_64.rs5 pub type Elf64_Off = ::c_ulong; typedef
34 pub p_offset: ::Elf64_Off,
/third_party/rust/crates/libc/src/unix/haiku/
Db64.rs13 pub p_offset: ::Elf64_Off,
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp1030 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode()
1050 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)), /* sh_offset */ in writeObjectCode()
1063 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */ in writeObjectCode()
1075 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */ in writeObjectCode()
1087 …(Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp1030 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode()
1050 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)), /* sh_offset */ in writeObjectCode()
1063 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */ in writeObjectCode()
1075 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */ in writeObjectCode()
1087 …(Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp1085 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode()
1105 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)), /* sh_offset */ in writeObjectCode()
1118 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */ in writeObjectCode()
1130 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */ in writeObjectCode()
1142 …(Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
/third_party/elfio/examples/anonymizer/
Danonymizer.cpp53 Elf64_Off offset, in overwrite_data()
/third_party/elfutils/libelf/
Delf_getphdrnum.c100 Elf64_Off off = (elf->class == ELFCLASS32 in __elf_getphdrnum_chk_rdlock()
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c38 Elf64_Off soff, str_soff; in find_gp()
/third_party/musl/porting/linux/user/include/
Delf.h27 typedef uint64_t Elf64_Off; typedef
60 Elf64_Off e_phoff;
61 Elf64_Off e_shoff;
344 Elf64_Off sh_offset;
584 Elf64_Off p_offset;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h27 typedef uint64_t Elf64_Off; typedef
60 Elf64_Off e_phoff;
61 Elf64_Off e_shoff;
344 Elf64_Off sh_offset;
583 Elf64_Off p_offset;

123