Home
last modified time | relevance | path

Searched refs:bfd_is_local_label (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsyms.texi285 @findex bfd_is_local_label
286 @subsubsection @code{bfd_is_local_label}
289 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
Dbfdint.texi736 local label. This is called via @samp{bfd_is_local_label} and
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsyms.c353 bfd_is_local_label (bfd *abfd, asymbol *sym) in bfd_is_local_label() function
Dsrec.c1027 if (! bfd_is_local_label (abfd, s) in srec_write_symbols()
Dlinker.c2344 if (bfd_is_local_label (input_bfd, sym)) in _bfd_generic_link_output_symbols()
Dbfd-in2.h4029 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dsymbols.c1816 && (bfd_is_local_label (stdoutput, s->bsym) in S_IS_LOCAL()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjcopy.c924 || ! bfd_is_local_label (abfd, sym)))); in filter_symbols()