Lines Matching defs:caller

34 Dbg_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword off, Xword value)
46 Elf_reloc_apply_reg(lml, caller, mach, off, value);
50 Dbg_reloc_apply_val(Lm_list *lml, int caller, Xword off, Xword value)
62 Elf_reloc_apply_val(lml, caller, off, value);
66 Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
74 Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc,
211 Dbg_reloc_doact(Lm_list *lml, int caller, Half mach, Word type, Rel_desc *rdesc,
230 Elf_reloc_entry_2(lml, caller, MSG_ORIG(MSG_STR_EMPTY), type,
294 Dbg_reloc_out(Ofl_desc *ofl, int caller, Word type, void *reloc,
302 Elf_reloc_entry_1(ofl->ofl_lml, caller, MSG_ORIG(MSG_STR_EMPTY),
308 Dbg_reloc_in(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
319 Elf_reloc_entry_1(lml, caller, MSG_INTL(MSG_STR_IN), mach, type, reloc,
359 Dbg_reloc_ors_entry(Lm_list *lml, int caller, Word type, Half mach,
391 Elf_reloc_entry_2(lml, caller, MSG_INTL(MSG_STR_OUT), type,
401 Dbg_reloc_ars_entry(Lm_list *lml, int caller, Word type, Half mach,
417 Elf_reloc_entry_2(lml, caller, MSG_INTL(MSG_STR_ACT), type,
469 * Relocation output can differ depending on the caller and the type of
512 Elf_reloc_title(Lm_list *lml, int caller, Word type)
514 if (caller == ELF_DBG_ELFDUMP) {
528 if (caller == ELF_DBG_RTLD) {
536 if (caller == ELF_DBG_LD) {
550 if (caller == ELF_DBG_LD_ACT) {
560 Elf_reloc_entry_2(Lm_list *lml, int caller, const char *prestr, Word type,
569 if (caller == ELF_DBG_ELFDUMP) {
589 if (caller == ELF_DBG_RTLD) {
599 if (caller == ELF_DBG_LD) {
621 if (caller == ELF_DBG_LD_ACT) {
658 Elf_reloc_entry_1(Lm_list *lml, int caller, const char *prestr, Half mach,
682 Elf_reloc_entry_2(lml, caller, prestr, type, str, off, add, secname,
692 Elf_reloc_apply_val(Lm_list *lml, int caller, Xword offset, Xword value)
694 if (caller == ELF_DBG_RTLD)
699 Elf_reloc_apply_reg(Lm_list *lml, int caller, Half mach, Xword offset,
704 if (caller == ELF_DBG_RTLD)