Lines Matching defs:ref
404 const Elf_Sym *ref;
410 ref = refobj->symtab + symnum;
411 name = refobj->strtab + ref->st_name;
416 * which we already have a pointer (ie ref).
418 if (ELF_ST_BIND(ref->st_info) != STB_LOCAL) {
419 if (ELF_ST_TYPE(ref->st_info) == STT_SECTION) {
431 def = ref;
439 if (def == NULL && ELF_ST_BIND(ref->st_info) == STB_WEAK) {
468 const Elf_Sym *ref = obj->symtab + symnum;
469 const char *name = obj->strtab + ref->st_name;