Searched refs:OBJ_PROCESS_STAB (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.h67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
H A Dobj-elf.h199 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
220 #undef OBJ_PROCESS_STAB macro
221 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
H A Dobj-multi.h134 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ macro
H A Dtc-mips.c46 #undef OBJ_PROCESS_STAB macro
/freebsd-11-stable/contrib/binutils/gas/
H A Dstabs.c131 #ifndef OBJ_PROCESS_STAB
132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) macro
377 #ifdef OBJ_PROCESS_STAB
378 OBJ_PROCESS_STAB (seg, what, string, type, other, desc);
385 #ifdef OBJ_PROCESS_STAB
386 OBJ_PROCESS_STAB (0, what, string, type, other, desc);

Completed in 176 milliseconds