Lines Matching refs:refsym
232 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
294 const Elf32_Sym *const refsym = sym; in elf_machine_rel() local
315 RTLD_PROGNAME, strtab + refsym->st_name, in elf_machine_rel()
322 strtab + refsym->st_name); in elf_machine_rel()
439 if (__glibc_unlikely (sym->st_size > refsym->st_size) in elf_machine_rel()
440 || (__glibc_unlikely(sym->st_size < refsym->st_size) in elf_machine_rel()
448 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rel()
451 MIN (sym->st_size, refsym->st_size)); in elf_machine_rel()
483 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
588 if (__glibc_unlikely (sym->st_size > refsym->st_size) in elf_machine_rela()
589 || (__glibc_unlikely (sym->st_size < refsym->st_size) in elf_machine_rela()
597 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
600 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()