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.cpp156 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc);
160 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl()
513 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general()
519 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation()
527 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl()
539 return for_all_packed_relocs(decoder, [&](const rel_t& reloc) { in packed_relocate_impl()