Searched refs:Elf64_Rela (Results 1 – 17 of 17) sorted by relevance
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 56 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()
|
D | elf_types.hpp | 850 struct Elf64_Rela struct
|
D | elfio.hpp | 215 return sizeof( Elf64_Rela ); in get_default_entry_size()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 145 } Elf64_Rela; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 145 } Elf64_Rela; 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 | 373 Elf64_Rela Rela; in writeData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 970 struct Elf64_Rela { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1138 struct Elf64_Rela { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 793 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/ |
D | elf.h | 555 } Elf64_Rela; typedef
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 556 } Elf64_Rela; typedef
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 555 } Elf64_Rela; typedef
|
/third_party/musl/include/ |
D | elf.h | 555 } Elf64_Rela; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 555 } Elf64_Rela; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 555 } Elf64_Rela; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 569 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()
|