Searched refs:Dbg_reloc_discard (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | debug.h | 413 #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 D | machrel.amd.c | 302 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 D | machrel.intel.c | 243 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 D | machrel.sparc.c | 632 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 D | relocate.c | 250 Dbg_reloc_discard(Lm_list *lml, Half mach, Rel_desc *rsp) in Dbg_reloc_discard() function
|