HomeSort by relevance Sort by last modified time
    Searched refs:OBJ_PROCESS_STAB (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-ecoff.h 67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
obj-elf.h 203 and OBJ_PROCESS_STAB too, without needing the tweaks below. */
224 #undef OBJ_PROCESS_STAB
225 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
obj-macho.h 79 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D)
obj-multi.h 143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \
tc-mips.c 53 #undef OBJ_PROCESS_STAB
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 131 #ifndef OBJ_PROCESS_STAB
132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D)
379 #ifdef OBJ_PROCESS_STAB
380 OBJ_PROCESS_STAB (seg, what, string, type, other, desc);
387 #ifdef OBJ_PROCESS_STAB
388 OBJ_PROCESS_STAB (0, what, string, type, other, desc);

Completed in 82 milliseconds