Lines Matching refs:symref
164 Sym *symref; in do_relocate() local
258 symref = (Sym *) in do_relocate()
260 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
262 value = symref->st_value; in do_relocate()
270 if (symref->st_shndx == SHN_UNDEF && in do_relocate()
272 symref->st_name, (uint32_t *)off, in do_relocate()
277 if (symref->st_shndx == SHN_UNDEF && in do_relocate()
279 symref->st_name, &symref->st_value, in do_relocate()
281 if (ELF_ST_BIND(symref->st_info) in do_relocate()
286 symref->st_name); in do_relocate()
296 value = symref->st_value; in do_relocate()
325 (const char *)mp->strings + symref->st_name, in do_relocate()