Home
last modified time | relevance | path

Searched refs:Elf64_Rela (Results 1 – 17 of 17) sorted by relevance

/third_party/elfio/elfio/
Delfio_relocation.hpp56 template <> struct get_sym_and_type<Elf64_Rela>
112 generic_get_entry_rela<Elf64_Rela>( index, offset, symbol, type, in get_entry()
214 generic_set_entry_rela<Elf64_Rela>( index, offset, symbol, type, in set_entry()
254 generic_add_entry<Elf64_Rela>( offset, info, addend ); in add_entry()
Delf_types.hpp850 struct Elf64_Rela struct
Delfio.hpp215 return sizeof( Elf64_Rela ); in get_default_entry_size()
/third_party/libunwind/include/win/
Dfreebsd-elf64.h145 } Elf64_Rela; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h145 } Elf64_Rela; 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.h373 Elf64_Rela Rela; in writeData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h970 struct Elf64_Rela { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1138 struct Elf64_Rela { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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/liteos_m_iccarm/kernel/include/
Delf.h555 } Elf64_Rela; typedef
/third_party/musl/porting/linux/user/include/
Delf.h556 } Elf64_Rela; typedef
/third_party/musl/ndk_musl_include/
Delf.h555 } Elf64_Rela; typedef
/third_party/musl/include/
Delf.h555 } Elf64_Rela; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h555 } Elf64_Rela; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h555 } Elf64_Rela; typedef
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp569 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Section… in relocateSymbol()
710 …const Elf64_Rela &relocation = ((const Elf64_Rela *)(elfImage + sectionHeader[i].sh_offset))[index… in loadImage()