Searched refs:Elf_Off (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 112 value_type, TargetEndianness, 2> Elf_Off; 123 value_type, TargetEndianness, 2> Elf_Off; 129 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Off Elf_Off; \ 152 Elf_Off sh_offset; // File offset of section data, in bytes 167 Elf_Off sh_offset; // File offset of section data, in bytes 477 Elf_Off e_phoff; // Program header table's file offset, in bytes 478 Elf_Off e_shoff; // Section header table's file offset, in bytes 500 Elf_Off p_offset; // FileOffset where segment is located, in bytes 514 Elf_Off p_offset; // FileOffset where segment is located, in bytes 548 ArrayRef<Elf_Off> filter() const { [all …]
|
/external/syslinux/com32/lib/sys/module/ |
D | elfutils.h | 23 return (Elf_Phdr*)((Elf_Off)elf_hdr + elf_hdr->e_phoff); in elf_get_pht() 36 return (Elf_Phdr*)((Elf_Off)elf_pht + index * elf_hdr->e_phentsize); in elf_get_ph()
|
D | common.h | 60 extern int image_seek(Elf_Off offset, struct elf_module *module);
|
D | common.c | 155 int image_seek(Elf_Off offset, struct elf_module *module) { in image_seek()
|
/external/syslinux/gpxe/src/image/ |
D | elf.c | 40 typedef Elf32_Off Elf_Off; typedef 124 Elf_Off phoff; in elf_load()
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 28 typedef Elf32_Off Elf_Off; typedef
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 28 typedef Elf64_Off Elf_Off; typedef
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 59 <uint32_t, target_endianness, support::aligned> Elf_Off; typedef 69 <uint64_t, target_endianness, support::aligned> Elf_Off; typedef 78 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Off Elf_Off; \ 102 Elf_Off sh_offset; // File offset of section data, in bytes 117 Elf_Off sh_offset; // File offset of section data, in bytes 272 Elf_Off e_phoff; // Program header table's file offset, in bytes 273 Elf_Off e_shoff; // Section header table's file offset, in bytes
|
/external/syslinux/com32/include/sys/ |
D | module.h | 120 Elf_Off _cr_offset; // The current offset in the open file
|