Lines Matching refs:symref
150 Sym *symref = NULL; in do_relocate() local
221 symref = (Sym *) in do_relocate()
224 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
226 value = symref->st_value; in do_relocate()
234 if (symref->st_shndx == SHN_UNDEF && in do_relocate()
236 symref->st_name, (uint8_t *)off) == 0) in do_relocate()
239 if (symref->st_shndx == SHN_UNDEF && in do_relocate()
241 symref->st_name, (uint8_t *)off) == 0) in do_relocate()
244 if (symref->st_shndx == SHN_UNDEF) { in do_relocate()
245 if (ELF_ST_BIND(symref->st_info) in do_relocate()
250 symref->st_name); in do_relocate()
260 value = symref->st_value; in do_relocate()
282 (const char *)mp->strings + symref->st_name, in do_relocate()