HomeSort by: relevance | last modified time | path
    Searched defs:func_pc (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 335 Elf_Addr func_pc, func_sl; local in function:_rtld_function_descriptor_alloc
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; local in function:_rtld_relocate_plt_lazy
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; local in function:_rtld_relocate_plt_object
    [all...]
hppa_reloc.c 335 Elf_Addr func_pc, func_sl; local in function:_rtld_function_descriptor_alloc
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; local in function:_rtld_relocate_plt_lazy
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; local in function:_rtld_relocate_plt_object
    [all...]

Completed in 21 milliseconds