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

/bionic/linker/
H A Dlinker.cpp1199 static int soinfo_relocate(soinfo* si, ElfW(Rel)* rel, unsigned count, soinfo* needed[]) { argument
1203 for (size_t idx = 0; idx < count; ++idx, ++rel) {
1204 unsigned type = ELFW(R_TYPE)(rel->r_info);
1206 unsigned sym = ELFW(R_SYM)(rel->r_info);
1207 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + si->load_bias);
1268 DL_ERR("unknown weak reloc type %d @ %p (%zu)", type, rel, idx);
1284 MARK(rel->r_offset);
1290 MARK(rel->r_offset);
1296 MARK(rel->r_offset);
1302 MARK(rel
[all...]
H A Dlinker.h160 ElfW(Rel)* rel; member in struct:soinfo

Completed in 421 milliseconds