Searched refs:bfd_is_local_label_name (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 1351 if (!bfd_is_local_label_name (stdoutput, name)) in obj_mach_o_frob_colon() 1381 if (!bfd_is_local_label_name (stdoutput, S_GET_NAME (sp))) in obj_mach_o_frob_label()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | symbols.c | 273 && !bfd_is_local_label_name (stdoutput, sym_name)) in colon() 442 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon() 519 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
|
D | ChangeLog-9697 | 2147 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | syms.c | 380 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
|
D | cofflink.c | 896 && bfd_is_local_label_name (sub, bfd_asymbol_name(sym)))) in _bfd_coff_final_link() 1587 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
|
D | bfd-in2.h | 6229 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6231 #define bfd_is_local_label_name(abfd, name) \ macro
|
D | pdp11.c | 4302 && bfd_is_local_label_name (input_bfd, name)) in aout_link_write_symbols()
|
D | aoutx.h | 5091 && bfd_is_local_label_name (input_bfd, name)) in aout_link_write_symbols()
|
D | xcofflink.c | 3481 && bfd_is_local_label_name (input_bfd, name)) in xcoff_keep_symbol_p()
|
D | elflink.c | 9350 && bfd_is_local_label_name (input_bfd, name))) in elf_link_input_bfd()
|
D | ChangeLog-9697 | 2332 * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 762 @samp{bfd_is_local_label_name}. Local labels are normally discarded by
|