/external/syslinux/com32/include/sys/ |
D | elf64.h | 18 typedef uint64_t Elf64_Off; typedef 67 Elf64_Off e_phoff; 68 Elf64_Off e_shoff; 83 Elf64_Off p_offset; 98 Elf64_Off sh_offset;
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 163 typedef uint64_t Elf64_Off; typedef 194 Elf64_Off e_phoff; /* Program header file offset. */ 195 Elf64_Off e_shoff; /* Section header file offset. */ 222 Elf64_Off p_offset; /* File offset of contents. */
|
/external/minijail/ |
D | elfparse.h | 51 Elf64_Off e_phoff; /* Program header table file offset */ 52 Elf64_Off e_shoff; /* Section header table file offset */ 78 Elf64_Off p_offset; /* Segment file offset */
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 19 typedef __u64 Elf64_Off; typedef 227 Elf64_Off e_phoff; /* Program header table file offset */ 228 Elf64_Off e_shoff; /* Section header table file offset */ 258 Elf64_Off p_offset; /* Segment file offset */ 321 Elf64_Off sh_offset; /* Section file offset */
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 210 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset() 211 Elf64_Off OffsetInFile = Str.tell(); in alignFileOffset() 236 Elf64_Off OffsetInFile = alignFileOffset(Section->getSectionAlign()); in writeFunctionCode() 459 constexpr Elf64_Off DummySHOffset = 0; in writeInitialELFHeader() 472 void ELFObjectWriter::writeELFHeaderInternal(Elf64_Off SectionHeaderOffset, in writeELFHeaderInternal() 649 Elf64_Off Offset = alignFileOffset(RelSec->getSectionAlign()); in writeRelocationSections() 666 Elf64_Off ShStrTabOffset = alignFileOffset(ShStrTab->getSectionAlign()); in writeNonUserSections() 679 Elf64_Off SymTabOffset = alignFileOffset(SymTab->getSectionAlign()); in writeNonUserSections() 684 Elf64_Off StrTabOffset = alignFileOffset(StrTab->getSectionAlign()); in writeNonUserSections() 692 Elf64_Off ShOffset = alignFileOffset(ShdrAlign); in writeNonUserSections()
|
D | IceELFObjectWriter.h | 139 Elf64_Off alignFileOffset(Elf64_Xword Align); 176 void writeELFHeaderInternal(Elf64_Off SectionHeaderOffset,
|
D | IceELFSection.h | 80 void setFileOffset(Elf64_Off sh_offset) { Header.sh_offset = sh_offset; } in setFileOffset()
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 11 typedef uint64_t Elf64_Off; typedef 15 Elf64_Off p_offset;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 37 typedef uint64_t Elf64_Off; typedef 92 Elf64_Off e_phoff; 93 Elf64_Off e_shoff; 678 Elf64_Off sh_offset; 971 Elf64_Off p_offset; // File offset where segment is located, in bytes
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 38 typedef uint64_t Elf64_Off; typedef 93 Elf64_Off e_phoff; 94 Elf64_Off e_shoff; 641 Elf64_Off sh_offset; 1004 Elf64_Off p_offset; // File offset where segment is located, in bytes
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 38 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
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 921 (Elf64_Off)sizeof(Elf64_Ehdr), /* e_shoff */ in writeObjectCode() 941 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)), /* sh_offset */ in writeObjectCode() 954 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */ in writeObjectCode() 966 … (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */ in writeObjectCode() 978 …(Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh… in writeObjectCode()
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 28 typedef Elf64_Off Elf_Off;
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 64 typedef Elf64_Off Off;
|
/external/elfutils/libelf/ |
D | elf_getphdrnum.c | 88 Elf64_Off off = (elf->class == ELFCLASS32 in __elf_getphdrnum_chk_rdlock()
|
D | elf.h | 52 typedef uint64_t Elf64_Off; typedef 92 Elf64_Off e_phoff; /* Program header table file offset */ 93 Elf64_Off e_shoff; /* Section header table file offset */ 293 Elf64_Off sh_offset; /* Section file offset */ 583 Elf64_Off p_offset; /* Segment file offset */
|
D | gelf.h | 58 typedef Elf64_Off GElf_Off;
|
D | libelf.h | 261 extern Elf_Scn *elf64_offscn (Elf *__elf, Elf64_Off __offset);
|
D | libelfP.h | 527 extern Elf_Scn *__elf64_offscn_internal (Elf *__elf, Elf64_Off __offset)
|
D | elf_getdata.c | 221 Elf64_Off offset; in __libelf_set_rawdata_wrlock()
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 38 Elf64_Off soff, str_soff; in find_gp()
|
/external/kmod/port-gnu/ |
D | elf.h | 51 typedef uint64_t Elf64_Off; typedef 91 Elf64_Off e_phoff; /* Program header table file offset */ 92 Elf64_Off e_shoff; /* Section header table file offset */ 292 Elf64_Off sh_offset; /* Section file offset */ 582 Elf64_Off p_offset; /* Segment file offset */
|
/external/elfutils/src/ |
D | xelf.h | 166 # define XElf_Off Elf64_Off 271 case ELF_T_OFF: fsize = sizeof (Elf64_Off); break; \
|
D | strings.c | 733 if (shdr->sh_offset > (Elf64_Off) fdlen in read_elf()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 121 Elf64_Off aux_off = module->u.l._cr_offset - cr_pht->p_offset; in load_segments()
|