Searched refs:copy_symbol_attributes (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-multi.h | 139 (this_format->copy_symbol_attributes \ 140 ? (*this_format->copy_symbol_attributes) (d, s) \
|
D | tc-sh64.c | 221 copy_symbol_attributes (symp, mainsym); in shmedia_md_end() 235 copy_symbol_attributes (symp, mainsym); in shmedia_md_end() 297 copy_symbol_attributes (symp, mainsym); in shmedia_frob_file_before_adjust() 3302 copy_symbol_attributes (dl_symp, symp); in sh64_consume_datalabel()
|
D | obj-elf.c | 2192 copy_symbol_attributes (symp2, symp); in elf_frob_symbol()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | obj.h | 61 void (*copy_symbol_attributes) (symbolS *, symbolS *); member
|
D | symbols.h | 85 extern void copy_symbol_attributes (symbolS *, symbolS *);
|
D | symbols.c | 1120 copy_symbol_attributes (symp, relc_symbol); in resolve_symbol_value() 1202 copy_symbol_attributes (symp, add_symbol); in resolve_symbol_value() 1969 copy_symbol_attributes (symbolS *dest, symbolS *src) in copy_symbol_attributes() function
|
D | read.c | 3807 copy_symbol_attributes (symbolP, s); in pseudo_set() 3812 copy_symbol_attributes (symbolP, exp.X_add_symbol); in pseudo_set()
|
D | ChangeLog-9899 | 1279 * symbols.c (copy_symbol_attributes): Convert local symbols to 1458 (copy_symbol_attributes): Likewise.
|
D | ChangeLog-2007 | 2119 * gas/symbols.c (copy_symbol_attributes): Use
|
D | ChangeLog-2009 | 178 * read.c (pseudo_set): Also call copy_symbol_attributes() for
|
D | ChangeLog-9295 | 4721 * symbols.h (copy_symbol_attributes): Declare. 4747 * symbols.c (copy_symbol_attributes): New function. Copies BFD 4751 * read.c (pseudo_set): Call copy_symbol_attributes, but only if
|
D | ChangeLog-9697 | 1300 * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
|