Home
last modified time | relevance | path

Searched refs:Elf64_Rela (Results 1 - 19 of 19) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf_getrela.c87 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_getrela()
93 result = memcpy (dst, &((Elf64_Rela *) data_scn->d.d_buf)[ndx], in gelf_getrela()
94 sizeof (Elf64_Rela)); in gelf_getrela()
H A Dgelf_update_rela.c93 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_update_rela()
99 ((Elf64_Rela *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_rela()
H A Dgelf.h83 typedef Elf64_Rela GElf_Rela;
H A Delf.h642 Elf64_Rela structures, so we'll leave them out until Novell (or
666 } Elf64_Rela; typedef
/third_party/elfio/elfio/
H A Delfio_relocation.hpp56 template <> struct get_sym_and_type<Elf64_Rela>
113 generic_get_entry_rela<Elf64_Rela>( index, offset, symbol, type, in get_entry()
215 generic_set_entry_rela<Elf64_Rela>( index, offset, symbol, type, in set_entry()
255 generic_add_entry<Elf64_Rela>( offset, info, addend ); in add_entry()
H A Delfio.hpp281 return sizeof( Elf64_Rela );
H A Delf_types.hpp1241 struct Elf64_Rela struct
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A 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()
H A DIceELFSection.h373 Elf64_Rela Rela; in writeData()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp850 struct Elf64_Rela struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h970 struct Elf64_Rela { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1138 struct Elf64_Rela { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp793 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection()
942 struct ELF::Elf64_Rela ERE64; in writeRelocations()
/third_party/musl/porting/linux/user/include/
H A Delf.h557 } Elf64_Rela; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h555 } Elf64_Rela; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h555 } Elf64_Rela; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h555 } Elf64_Rela; typedef
/third_party/musl/include/
H A Delf.h563 } Elf64_Rela; typedef
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp569 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const SectionHeader &relocationTable)
710 const Elf64_Rela &relocation = ((const Elf64_Rela *)(elfImage + sectionHeader[i].sh_offset))[index];

Completed in 87 milliseconds