/third_party/elfutils/libelf/ |
D | gelf_getrel.c | 66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_getrel() 73 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_getrel()
|
D | gelf_update_rel.c | 62 Elf32_Rel *rel; in gelf_update_rel() 75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_update_rel() 81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_update_rel()
|
D | elf.h | 639 } Elf32_Rel; typedef
|
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 29 template <> struct get_sym_and_type<Elf32_Rel> 99 generic_get_entry_rel<Elf32_Rel>( index, offset, symbol, type, in get_entry() 201 generic_set_entry_rel<Elf32_Rel>( index, offset, symbol, type, in set_entry() 227 generic_add_entry<Elf32_Rel>( offset, info ); in add_entry()
|
D | elfio.hpp | 291 return sizeof( Elf32_Rel ); in get_default_entry_size()
|
D | elf_types.hpp | 1222 struct Elf32_Rel struct
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 125 } Elf32_Rel; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 125 } Elf32_Rel; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 117 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() 118 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8, in createRelocationSection()
|
D | IceELFSection.h | 381 Elf32_Rel Rel; in writeData()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 831 struct Elf32_Rel struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 921 struct Elf32_Rel { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1086 struct Elf32_Rel { struct
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 537 } Elf32_Rel; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 536 } Elf32_Rel; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 536 } Elf32_Rel; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 536 } Elf32_Rel; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
|
/third_party/musl/include/ |
D | elf.h | 536 } Elf32_Rel; typedef
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 536 } Elf32_Rel; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 484 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol() 700 … const Elf32_Rel &relocation = ((const Elf32_Rel *)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage()
|