Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_mips.cpp59 const auto rel = rel_iterator.next(); in relocate() local
61 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 …]
Dlinker.cpp2839 static ElfW(Addr) get_addend(ElfW(Rel)* rel, ElfW(Addr) reloc_addr) { in get_addend() argument
2840 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() local
2870 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 …]
/bionic/tests/libs/
Dsegment_gap_outer.lds11 .data.rel.ro : {}