Home
last modified time | relevance | path

Searched refs:rel_t (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_reloc_iterators.h42 typedef ElfW(Rela) rel_t; typedef
44 typedef ElfW(Rel) rel_t; typedef
51 rel_t reloc = { in for_all_packed_relocs()
Dlinker_relocate.cpp158 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc);
162 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl()
531 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general()
537 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation()
545 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl()
557 return for_all_packed_relocs(decoder, [&](const rel_t& reloc) { in packed_relocate_impl()