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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-aout.h 42 #define S_SET_OTHER(S,V) \
obj-aout.c 198 S_SET_OTHER (sym, 1);
200 S_SET_OTHER (sym, 2);
obj-elf.h 121 #ifndef S_SET_OTHER
122 #define S_SET_OTHER(S,V) \
obj-multi.h 117 #define S_SET_OTHER(S, O) \
118 (this_format->s_set_other \
119 ? (*this_format->s_set_other) (S, O) \
tc-sh64.c 239 S_SET_OTHER (symp,
301 S_SET_OTHER (symp, S_GET_OTHER (symp) & ~STO_SH5_ISA32);
    [all...]
tc-i960.c 77 #define TC_S_SET_SYSPROC(s, p) (S_SET_OTHER ((s), (p) + 1))
80 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER ((s), N_BALNAME))
81 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER ((s), N_CALLNAME))
    [all...]
obj-elf.c 253 S_SET_OTHER (sym, other);
    [all...]
tc-alpha.c     [all...]
tc-sparc.c     [all...]
tc-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 170 S_SET_OTHER (symbol, other);

Completed in 319 milliseconds