Home
last modified time | relevance | path

Searched refs:bfd_is_local_label_name (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsyms.texi295 @findex bfd_is_local_label_name
296 @subsubsection @code{bfd_is_local_label_name}
299 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
307 #define bfd_is_local_label_name(abfd, name) \
H A Dlinker.texi342 this is controlled by the @code{bfd_is_local_label_name} entry point.
H A Dbfdint.texi737 @samp{bfd_is_local_label_name}. Local labels are normally discarded by
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsyms.texi295 @findex bfd_is_local_label_name
296 @subsubsection @code{bfd_is_local_label_name}
299 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
307 #define bfd_is_local_label_name(abfd, name) \
H A Dlinker.texi342 this is controlled by the @code{bfd_is_local_label_name} entry point.
H A Dbfdint.texi737 @samp{bfd_is_local_label_name}. Local labels are normally discarded by
/openbsd/gnu/usr.bin/binutils/gas/
H A Dsymbols.c285 local = bfd_is_local_label_name (stdoutput, sym_name); in colon()
460 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon()
542 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
H A DChangeLog-96972147 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c265 && !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()
522 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsyms.c362 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dbfd-in2.h3622 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
3624 #define bfd_is_local_label_name(abfd, name) \ macro
H A Dcofflink.c1555 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
H A Dpdp11.c4125 && bfd_is_local_label_name (input_bfd, name))
H A Daoutx.h4442 && bfd_is_local_label_name (input_bfd, name))
H A Dxcofflink.c4535 && bfd_is_local_label_name (input_bfd, name)))
H A Delflink.c6435 && bfd_is_local_label_name (input_bfd, name))) in elf_link_input_bfd()
H A Delflink.h6945 && bfd_is_local_label_name (input_bfd, name)))
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsyms.c362 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dbfd-in2.h4317 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
4319 #define bfd_is_local_label_name(abfd, name) \ macro
H A Dcofflink.c1553 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
H A Dpdp11.c4286 && bfd_is_local_label_name (input_bfd, name)) in aout_link_write_symbols()
H A Daoutx.h4997 && bfd_is_local_label_name (input_bfd, name)) in aout_link_write_symbols()
H A Dxcofflink.c3741 && bfd_is_local_label_name (input_bfd, name))) in xcoff_link_input_bfd()
H A Delflink.c7302 && bfd_is_local_label_name (input_bfd, name))) in elf_link_input_bfd()
H A DChangeLog-96972332 * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name

12