Home
last modified time | relevance | path

Searched refs:Elf_Off (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h112 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/
Delfutils.h23 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()
Dcommon.h60 extern int image_seek(Elf_Off offset, struct elf_module *module);
Dcommon.c155 int image_seek(Elf_Off offset, struct elf_module *module) { in image_seek()
/external/syslinux/gpxe/src/image/
Delf.c40 typedef Elf32_Off Elf_Off; typedef
124 Elf_Off phoff; in elf_load()
/external/syslinux/com32/include/sys/i386/
Dmodule.h28 typedef Elf32_Off Elf_Off; typedef
/external/syslinux/com32/include/sys/x86_64/
Dmodule.h28 typedef Elf64_Off Elf_Off; typedef
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp59 <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/
Dmodule.h120 Elf_Off _cr_offset; // The current offset in the open file