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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-aout.h 63 #define obj_sec_sym_ok_for_reloc(SEC) 1 macro
obj-ecoff.h 71 #define obj_sec_sym_ok_for_reloc(SEC) 1 macro
obj-elf.h 174 #ifndef obj_sec_sym_ok_for_reloc
175 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0) macro
obj-macho.h 54 #define obj_sec_sym_ok_for_reloc(SEC) 1 macro
obj-multi.h 88 #define obj_sec_sym_ok_for_reloc(A) \ macro
obj-aout.c 231 return obj_sec_sym_ok_for_reloc (sec);
obj-coff.h 181 #ifndef obj_sec_sym_ok_for_reloc
182 #define obj_sec_sym_ok_for_reloc(SEC) ((SEC)->owner != 0) macro
obj-elf.c 259 return obj_sec_sym_ok_for_reloc (sec);
    [all...]
tc-mips.c 63 #undef obj_sec_sym_ok_for_reloc macro
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
subsegs.c 208 #ifndef obj_sec_sym_ok_for_reloc
209 #define obj_sec_sym_ok_for_reloc(SEC) 0
252 if (obj_sec_sym_ok_for_reloc (sec))
206 #define obj_sec_sym_ok_for_reloc macro

Completed in 658 milliseconds