Home
last modified time | relevance | path

Searched refs:Elf64_Rel (Results 1 - 20 of 20) sorted by relevance

/third_party/elfutils/libelf/
H A 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()
H A 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()
H A Dgelf.h80 typedef Elf64_Rel GElf_Rel;
H A Delf.h641 /* I have seen two different definitions of the Elf64_Rel and
650 } Elf64_Rel; typedef
/third_party/elfio/elfio/
H A 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()
H A Delfio.hpp288 return sizeof( Elf64_Rel );
H A Delf_types.hpp1235 struct Elf64_Rel struct
/third_party/libbpf/src/
H A Dlibbpf_internal.h34 typedef struct Elf64_Rel Elf64_Rel; typedef
H A 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()
2017 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos()
H A Dlibbpf.c740 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx);
3594 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx)
3596 if (idx >= data->d_size / sizeof(Elf64_Rel))
3599 return (Elf64_Rel *)data->d_buf + idx;
3885 if (sh->sh_entsize != sizeof(Elf64_Rel) ||
4435 const Elf64_Sym *sym, const Elf64_Rel *rel)
4641 Elf64_Rel *rel;
7051 Elf64_Rel *rel;
9594 Elf64_Rel *rel;
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp844 struct Elf64_Rel struct
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c650 Elf64_Rel *rel = reloc_data->d_buf; in apply_relocs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h954 struct Elf64_Rel { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1122 struct Elf64_Rel { struct
/third_party/musl/porting/linux/user/include/
H A Delf.h543 } Elf64_Rel; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h541 } Elf64_Rel; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h541 } Elf64_Rel; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h541 } Elf64_Rel; typedef
/third_party/musl/include/
H A Delf.h549 } Elf64_Rel; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()

Completed in 103 milliseconds