/netbsd/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | syms.texi | 315 @findex bfd_is_local_label_name 316 @subsubsection @code{bfd_is_local_label_name} 319 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 327 #define bfd_is_local_label_name(abfd, name) \
|
H A D | linker.texi | 338 this is controlled by the @code{bfd_is_local_label_name} entry point.
|
/netbsd/external/gpl3/binutils/dist/bfd/doc/ |
H A D | syms.texi | 318 @findex bfd_is_local_label_name 319 @subsubsection @code{bfd_is_local_label_name} 322 bool bfd_is_local_label_name (bfd *abfd, const char *name); 330 #define bfd_is_local_label_name(abfd, name) \
|
H A D | linker.texi | 338 this is controlled by the @code{bfd_is_local_label_name} entry point.
|
/netbsd/external/gpl3/gdb/dist/gas/config/ |
H A D | obj-macho.c | 1341 if (!bfd_is_local_label_name (stdoutput, name)) in obj_mach_o_frob_colon() 1371 if (!bfd_is_local_label_name (stdoutput, S_GET_NAME (sp))) in obj_mach_o_frob_label()
|
/netbsd/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-macho.c | 1341 if (!bfd_is_local_label_name (stdoutput, name)) in obj_mach_o_frob_colon() 1371 if (!bfd_is_local_label_name (stdoutput, S_GET_NAME (sp))) in obj_mach_o_frob_label()
|
/netbsd/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-macho.c | 1341 if (!bfd_is_local_label_name (stdoutput, name)) in obj_mach_o_frob_colon() 1371 if (!bfd_is_local_label_name (stdoutput, S_GET_NAME (sp))) in obj_mach_o_frob_label()
|
/netbsd/external/gpl3/gdb.old/dist/gas/config/ |
H A D | obj-macho.c | 1341 if (!bfd_is_local_label_name (stdoutput, name)) in obj_mach_o_frob_colon() 1371 if (!bfd_is_local_label_name (stdoutput, S_GET_NAME (sp))) in obj_mach_o_frob_label()
|
/netbsd/external/gpl3/gdb/dist/gas/ |
H A D | symbols.c | 430 && !bfd_is_local_label_name (stdoutput, sym_name)) in colon() 598 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon() 656 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
|
/netbsd/external/gpl3/binutils/dist/gas/ |
H A D | symbols.c | 444 && !bfd_is_local_label_name (stdoutput, sym_name)) in colon() 612 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon() 670 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
|
/netbsd/external/gpl3/binutils.old/dist/gas/ |
H A D | symbols.c | 408 && !bfd_is_local_label_name (stdoutput, sym_name)) in colon() 576 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon() 653 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
|
/netbsd/external/gpl3/gdb.old/dist/gas/ |
H A D | symbols.c | 430 && !bfd_is_local_label_name (stdoutput, sym_name)) in colon() 598 else if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, sym_name)) in colon() 656 if (! flag_keep_locals && bfd_is_local_label_name (stdoutput, name)) in symbol_find_or_make()
|
/netbsd/external/gpl3/gdb/dist/bfd/ |
H A D | syms.c | 381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
|
H A D | cofflink.c | 921 && bfd_is_local_label_name (sub, bfd_asymbol_name(sym)))) in _bfd_coff_final_link() 1604 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
|
/netbsd/external/gpl3/binutils.old/dist/bfd/ |
H A D | syms.c | 381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
|
H A D | cofflink.c | 908 && bfd_is_local_label_name (sub, bfd_asymbol_name(sym)))) in _bfd_coff_final_link() 1629 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
|
/netbsd/external/gpl3/binutils/dist/bfd/ |
H A D | syms.c | 384 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
|
H A D | cofflink.c | 919 && bfd_is_local_label_name (sub, bfd_asymbol_name(sym)))) in _bfd_coff_final_link() 1560 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
|
/netbsd/external/gpl3/gdb.old/dist/bfd/ |
H A D | syms.c | 381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
|
H A D | cofflink.c | 921 && bfd_is_local_label_name (sub, bfd_asymbol_name(sym)))) in _bfd_coff_final_link() 1604 && bfd_is_local_label_name (input_bfd, name)))) in _bfd_coff_link_input_bfd()
|
/netbsd/external/gpl3/gdb/lib/libbfd/arch/aarch64eb/ |
H A D | bfd-in3.h | 6440 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6442 #define bfd_is_local_label_name(abfd, name) \ macro
|
/netbsd/external/gpl3/gdb/lib/libbfd/arch/alpha/ |
H A D | bfd-in3.h | 6440 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6442 #define bfd_is_local_label_name(abfd, name) \ macro
|
/netbsd/external/gpl3/gdb/lib/libbfd/arch/coldfire/ |
H A D | bfd-in3.h | 6513 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6515 #define bfd_is_local_label_name(abfd, name) \ macro
|
H A D | bfd.h | 6513 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6515 #define bfd_is_local_label_name(abfd, name) \ macro
|
/netbsd/external/gpl3/gdb/lib/libbfd/arch/hppa/ |
H A D | bfd-in3.h | 6440 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name); 6442 #define bfd_is_local_label_name(abfd, name) \ macro
|