Searched refs:_bfd_coff_is_local_label_name (Results 1 – 20 of 20) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libcoff-in.h | 341 extern bfd_boolean _bfd_coff_is_local_label_name
|
H A D | coff-i386.c | 600 return _bfd_coff_is_local_label_name (abfd, name);
|
H A D | coff-m68k.c | 85 return _bfd_coff_is_local_label_name (abfd, name);
|
H A D | coff-x86_64.c | 712 return _bfd_coff_is_local_label_name (abfd, name); in coff_amd64_is_local_label_name()
|
H A D | pe-mips.c | 827 return _bfd_coff_is_local_label_name (abfd, name); in coff_mips_is_local_label_name()
|
H A D | libcoff.h | 345 extern bfd_boolean _bfd_coff_is_local_label_name
|
H A D | coffgen.c | 2008 _bfd_coff_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, in _bfd_coff_is_local_label_name() function
|
H A D | coffcode.h | 5308 #define coff_bfd_is_local_label_name _bfd_coff_is_local_label_name
|
H A D | ChangeLog-9697 | 2348 _bfd_coff_is_local_label_name if not already defined. 2349 * coffgen.c (_bfd_coff_is_local_label_name): New function. 2350 * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
|
H A D | ChangeLog-0203 | 5938 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | libcoff-in.h | 342 extern bfd_boolean _bfd_coff_is_local_label_name
|
H A D | coff-i386.c | 553 return _bfd_coff_is_local_label_name (abfd, name);
|
H A D | coff-m68k.c | 85 return _bfd_coff_is_local_label_name (abfd, name);
|
H A D | coff-x86_64.c | 708 return _bfd_coff_is_local_label_name (abfd, name); in coff_amd64_is_local_label_name()
|
H A D | pe-mips.c | 924 return _bfd_coff_is_local_label_name (abfd, name);
|
H A D | libcoff.h | 346 extern bfd_boolean _bfd_coff_is_local_label_name
|
H A D | coffgen.c | 2193 _bfd_coff_is_local_label_name (abfd, name) in _bfd_coff_is_local_label_name() function
|
H A D | coffcode.h | 5540 #define coff_bfd_is_local_label_name _bfd_coff_is_local_label_name
|
H A D | ChangeLog-9697 | 2348 _bfd_coff_is_local_label_name if not already defined. 2349 * coffgen.c (_bfd_coff_is_local_label_name): New function. 2350 * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
|
H A D | ChangeLog-0203 | 5938 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
|