Searched refs:rel (Results 1 – 3 of 3) sorted by relevance
59 const auto rel = rel_iterator.next(); in relocate() local61 if (rel == nullptr) { in relocate()65 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()66 ElfW(Word) sym = ELFW(R_SYM)(rel->r_info); in relocate()68 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()109 if (ELF64_R_TYPE2(rel->r_info) != R_MIPS_64 || in relocate()110 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) { in relocate()112 type, static_cast<unsigned>(ELF64_R_TYPE2(rel->r_info)), in relocate()113 static_cast<unsigned>(ELF64_R_TYPE3(rel->r_info)), rel, idx); in relocate()118 MARK(rel->r_offset); in relocate()[all …]
2839 static ElfW(Addr) get_addend(ElfW(Rel)* rel, ElfW(Addr) reloc_addr) { in get_addend() argument2840 if (ELFW(R_TYPE)(rel->r_info) == R_GENERIC_RELATIVE || in get_addend()2841 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_IRELATIVE || in get_addend()2842 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_TLS_DTPREL || in get_addend()2843 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_TLS_TPREL) { in get_addend()2869 const auto rel = rel_iterator.next(); in relocate() local2870 if (rel == nullptr) { in relocate()2874 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()2875 ElfW(Word) sym = ELFW(R_SYM)(rel->r_info); in relocate()2877 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in relocate()[all …]
11 .data.rel.ro : {}