HomeSort by: relevance | last modified time | path
    Searched refs:OBJ_PROCESS_STAB (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-ecoff.h 67 #define OBJ_PROCESS_STAB(what, string, type, other, desc) \
obj-elf.h 241 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
262 #undef OBJ_PROCESS_STAB
263 #define OBJ_PROCESS_STAB(what, string, type, other, desc) \
obj-macho.h 79 #define OBJ_PROCESS_STAB(W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D)
obj-multi.h 153 #define OBJ_PROCESS_STAB(W,S,T,O,D) \
tc-mips.c 53 #undef OBJ_PROCESS_STAB
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-ecoff.h 67 #define OBJ_PROCESS_STAB(what, string, type, other, desc) \
obj-elf.h 243 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
264 #undef OBJ_PROCESS_STAB
265 #define OBJ_PROCESS_STAB(what, string, type, other, desc) \
obj-macho.h 79 #define OBJ_PROCESS_STAB(W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D)
obj-multi.h 153 #define OBJ_PROCESS_STAB(W,S,T,O,D) \
tc-mips.c 53 #undef OBJ_PROCESS_STAB
  /src/external/gpl3/binutils/dist/gas/
stabs.c 139 #ifndef OBJ_PROCESS_STAB
140 #define OBJ_PROCESS_STAB(W,S,T,O,D) aout_process_stab(W,S,T,O,D)
363 #ifdef OBJ_PROCESS_STAB
364 OBJ_PROCESS_STAB (what, string, type, other, desc);
369 #ifdef OBJ_PROCESS_STAB
370 OBJ_PROCESS_STAB (what, string, type, other, desc);
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 139 #ifndef OBJ_PROCESS_STAB
140 #define OBJ_PROCESS_STAB(W,S,T,O,D) aout_process_stab(W,S,T,O,D)
387 #ifdef OBJ_PROCESS_STAB
388 OBJ_PROCESS_STAB (what, string, type, other, desc);
393 #ifdef OBJ_PROCESS_STAB
394 OBJ_PROCESS_STAB (what, string, type, other, desc);

Completed in 58 milliseconds