Lines Matching defs:func_pc
335 Elf_Addr func_pc, func_sl;
350 func_pc = (Elf_Addr)(defobj->relocbase + def->st_value +
353 func_pc = (Elf_Addr)(defobj->relocbase + addend);
361 if (plabel->hppa_plabel_pc == func_pc &&
378 plabel->hppa_plabel_pc = func_pc;
626 Elf_Addr func_pc, func_sl;
639 func_pc = (Elf_Addr)(obj->relocbase + rela->r_addend);
655 func_pc = ((Elf_Addr)(obj->pltgot)) - 16;
663 (void *)func_pc, (void *)func_sl));
668 where[0] = func_pc;
681 Elf_Addr func_pc, func_sl;
687 func_pc = (Elf_Addr)(obj->relocbase + rela->r_addend);
703 func_pc = label->hppa_plabel_pc;
706 func_pc = (Elf_Addr)(defobj->relocbase + def->st_value +
714 (void *)func_pc, (void *)func_sl));
719 if (where[0] != func_pc)
720 where[0] = func_pc;