Home
last modified time | relevance | path

Searched refs:Elf64_Rel (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libelf/
Dgelf_getrel.c86 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()
Dgelf_update_rel.c90 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()
Dgelf.h80 typedef Elf64_Rel GElf_Rel;
Delf.h650 } Elf64_Rel; typedef
/third_party/elfio/elfio/
Delfio_relocation.hpp51 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()
Delfio.hpp288 return sizeof( Elf64_Rel ); in get_default_entry_size()
Delf_types.hpp1235 struct Elf64_Rel struct
/third_party/libunwind/include/win/
Dfreebsd-elf64.h138 } Elf64_Rel; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h138 } Elf64_Rel; typedef
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp844 struct Elf64_Rel struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h954 struct Elf64_Rel { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1122 struct Elf64_Rel { struct
/third_party/mesa3d/src/amd/common/
Dac_rtld.c650 Elf64_Rel *rel = reloc_data->d_buf; in apply_relocs()
/third_party/libbpf/src/
Dlinker.c840 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()
Dlibbpf.c70 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/
Delf.h542 } Elf64_Rel; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h541 } Elf64_Rel; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h541 } Elf64_Rel; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h541 } Elf64_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.h541 } Elf64_Rel; typedef
/third_party/musl/ndk_musl_include/
Delf.h541 } Elf64_Rel; typedef