Home
last modified time | relevance | path

Searched refs:ELF_DBG_LD (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c235 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_ENTERED), in Dbg_syms_entered()
287 Elf_syms_table_entry(ofl->ofl_lml, ELF_DBG_LD, in Dbg_syms_cap_convert()
308 Elf_syms_table_entry(ofl->ofl_lml, ELF_DBG_LD, in Dbg_syms_cap_local()
359 Elf_syms_table_title(lml, ELF_DBG_LD); in Dbg_syms_up_title()
383 Elf_syms_table_entry(ofl->ofl_lml, ELF_DBG_LD, MSG_INTL(MSG_STR_OLD), in Dbg_syms_old()
399 Elf_syms_table_entry(ofl->ofl_lml, ELF_DBG_LD, MSG_INTL(MSG_STR_NEW), in Dbg_syms_new()
469 Elf_syms_table_entry(ofl->ofl_lml, ELF_DBG_LD, in Dbg_syms_resolved()
510 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_ORIG(MSG_SYM_COPY), in Dbg_syms_copy_reloc()
621 if (caller == ELF_DBG_LD) { in Elf_syms_table_title()
642 (caller == ELF_DBG_LD)) { in Elf_syms_table_entry()
[all …]
H A Drelocate.c151 Elf_reloc_title(lml, ELF_DBG_LD, type); in Dbg_reloc_generate()
194 Elf_reloc_title(lml, ELF_DBG_LD, risp->is_shdr->sh_type); in Dbg_reloc_proc()
246 Elf_reloc_title(lml, ELF_DBG_LD, type); in Dbg_reloc_dooutrel()
434 Elf_reloc_entry_1(lml, ELF_DBG_LD, prestr, mach, type, reloc, secname, in Dbg_reloc_entry()
536 if (caller == ELF_DBG_LD) { in Elf_reloc_title()
599 if (caller == ELF_DBG_LD) { in Elf_reloc_entry_2()
H A Dmap.c117 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_UP_2), in Dbg_map_size_old()
134 Elf_syms_table_entry(lml, ELF_DBG_LD, MSG_INTL(MSG_STR_ENTERED), in Dbg_map_symbol()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c614 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, in ld_perform_outreloc()
806 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc()
1572 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA, in ld_add_outrel()
H A Drelocate.c822 DBG_CALL(Dbg_reloc_ars_entry(ofl->ofl_lml, ELF_DBG_LD, in ld_add_actrel()
1484 DBG_CALL(Dbg_reloc_in(ofl->ofl_lml, ELF_DBG_LD, ld_targ.t_m.m_mach, in ld_process_sym_reloc()
1912 DBG_CALL(Dbg_reloc_in(ofl->ofl_lml, ELF_DBG_LD, in process_reld()
1948 DBG_CALL(Dbg_reloc_in(ofl->ofl_lml, ELF_DBG_LD, in process_reld()
H A Dmachrel.amd.c456 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc()
1239 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA, in ld_add_outrel()
H A Dmachrel.intel.c375 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_REL, &rea, relosp->os_name, in ld_perform_outreloc()
1240 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_REL, in ld_add_outrel()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h1073 #define ELF_DBG_LD 3 macro