/third_party/elfutils/libelf/ |
D | gelf_getrel.c | 86 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d)) in gelf_getrel() 92 result = memcpy (dst, &((Elf64_Rel *) data_scn->d.d_buf)[ndx], in gelf_getrel() 93 sizeof (Elf64_Rel)); in gelf_getrel()
|
D | gelf_update_rel.c | 90 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d)) in gelf_update_rel() 96 ((Elf64_Rel *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_rel()
|
D | gelf.h | 80 typedef Elf64_Rel GElf_Rel;
|
D | elf.h | 650 } Elf64_Rel; typedef
|
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 51 template <> struct get_sym_and_type<Elf64_Rel> 109 generic_get_entry_rel<Elf64_Rel>( index, offset, symbol, type, in get_entry() 211 generic_set_entry_rel<Elf64_Rel>( index, offset, symbol, type, in set_entry() 230 generic_add_entry<Elf64_Rel>( offset, info ); in add_entry()
|
D | elfio.hpp | 288 return sizeof( Elf64_Rel ); in get_default_entry_size()
|
D | elf_types.hpp | 1235 struct Elf64_Rel struct
|
/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 138 } Elf64_Rel; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 138 } Elf64_Rel; typedef
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 844 struct Elf64_Rel struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 954 struct Elf64_Rel { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1122 struct Elf64_Rel { struct
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 650 Elf64_Rel *rel = reloc_data->d_buf; in apply_relocs()
|
/third_party/libbpf/src/ |
D | linker.c | 840 Elf64_Rel *relo; in linker_sanity_check_elf_relos() 843 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel)) in linker_sanity_check_elf_relos() 2006 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos()
|
D | libbpf.c | 70 typedef struct Elf64_Rel Elf64_Rel; typedef 732 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx); 3500 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx) 3502 if (idx >= data->d_size / sizeof(Elf64_Rel)) 3505 return (Elf64_Rel *)data->d_buf + idx; 3791 if (sh->sh_entsize != sizeof(Elf64_Rel) || 4332 const Elf64_Sym *sym, const Elf64_Rel *rel) 4538 Elf64_Rel *rel; 6848 Elf64_Rel *rel; 9235 Elf64_Rel *rel;
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 542 } Elf64_Rel; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 541 } Elf64_Rel; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 541 } Elf64_Rel; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 541 } Elf64_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 | 541 } Elf64_Rel; typedef
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 541 } Elf64_Rel; typedef
|