Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 21 of 21) sorted by relevance

/third_party/elfutils/libelf/
Dgelf_getrel.c66 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()
Dgelf_update_rel.c62 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()
Delf.h639 } Elf32_Rel; typedef
/third_party/elfio/elfio/
Delfio_relocation.hpp29 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()
Delfio.hpp291 return sizeof( Elf32_Rel ); in get_default_entry_size()
Delf_types.hpp1222 struct Elf32_Rel struct
/third_party/libunwind/include/win/
Dfreebsd-elf32.h125 } Elf32_Rel; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h125 } Elf32_Rel; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp117 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()
DIceELFSection.h381 Elf32_Rel Rel; in writeData()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp831 struct Elf32_Rel struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h921 struct Elf32_Rel { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1086 struct Elf32_Rel { struct
/third_party/musl/porting/linux/user/include/
Delf.h537 } Elf32_Rel; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h536 } Elf32_Rel; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h536 } Elf32_Rel; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h536 } Elf32_Rel; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/third_party/musl/include/
Delf.h536 } Elf32_Rel; typedef
/third_party/musl/ndk_musl_include/
Delf.h536 } Elf32_Rel; typedef
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp484 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()