Lines Matching refs:symref
116 Sym *symref; in do_relocate() local
208 symref = (Sym *) in do_relocate()
210 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
212 value = symref->st_value; in do_relocate()
220 if (symref->st_shndx == SHN_UNDEF && in do_relocate()
222 symref->st_name, (uint32_t *)off, in do_relocate()
227 if (symref->st_shndx == SHN_UNDEF) { in do_relocate()
228 if (ELF_ST_BIND(symref->st_info) in do_relocate()
233 symref->st_name); in do_relocate()
243 value = symref->st_value; in do_relocate()
273 (const char *)mp->strings + symref->st_name, in do_relocate()