Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp1359 int soinfo::Relocate(ElfW(Rel)* rel, unsigned count) { in Relocate() argument
1360 for (size_t idx = 0; idx < count; ++idx, ++rel) { in Relocate()
1361 unsigned type = ELFW(R_TYPE)(rel->r_info); in Relocate()
1363 unsigned sym = ELFW(R_SYM)(rel->r_info); in Relocate()
1364 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); in Relocate()
1430 DL_ERR("unknown weak reloc type %d @ %p (%zu)", type, rel, idx); in Relocate()
1444 MARK(rel->r_offset); in Relocate()
1450 MARK(rel->r_offset); in Relocate()
1456 MARK(rel->r_offset); in Relocate()
1462 MARK(rel->r_offset); in Relocate()
[all …]
Dlinker.h165 ElfW(Rel)* rel;
235 int Relocate(ElfW(Rel)* rel, unsigned count);