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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.h67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
H A Dobj-elf.h210 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
231 #undef OBJ_PROCESS_STAB macro
232 #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.c48 #undef OBJ_PROCESS_STAB macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.h69 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
H A Dobj-elf.h203 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
224 #undef OBJ_PROCESS_STAB macro
225 #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.c48 #undef OBJ_PROCESS_STAB macro
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dstabs.c133 #ifndef OBJ_PROCESS_STAB
134 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) macro
382 #ifdef OBJ_PROCESS_STAB
383 OBJ_PROCESS_STAB (seg, what, string, type, other, desc);
390 #ifdef OBJ_PROCESS_STAB
391 OBJ_PROCESS_STAB (0, what, string, type, other, desc);
/openbsd-current/gnu/usr.bin/binutils-2.17/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 400 milliseconds