Home
last modified time | relevance | path

Searched refs:Dbg_reloc_discard (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h413 #define Dbg_reloc_discard Dbg64_reloc_discard macro
644 #define Dbg_reloc_discard Dbg32_reloc_discard macro
930 extern void Dbg_reloc_discard(Lm_list *, Half, Rel_desc *);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c302 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, orsp)); in ld_perform_outreloc()
796 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, arsp)); in ld_do_activerelocs()
H A Dmachrel.intel.c243 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, orsp)); in ld_perform_outreloc()
783 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, arsp)); in ld_do_activerelocs()
H A Dmachrel.sparc.c632 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, orsp)); in ld_perform_outreloc()
1096 DBG_CALL(Dbg_reloc_discard(ofl->ofl_lml, M_MACH, arsp)); in ld_do_activerelocs()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c250 Dbg_reloc_discard(Lm_list *lml, Half mach, Rel_desc *rsp) in Dbg_reloc_discard() function