Home
last modified time | relevance | path

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

123456789

/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dsyms.texi315 @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 Dlinker.texi338 this is controlled by the @code{bfd_is_local_label_name} entry point.
/netbsd/external/gpl3/binutils/dist/bfd/doc/
H A Dsyms.texi318 @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 Dlinker.texi338 this is controlled by the @code{bfd_is_local_label_name} entry point.
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-macho.c1341 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 Dobj-macho.c1341 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 Dobj-macho.c1341 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 Dobj-macho.c1341 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 Dsymbols.c430 && !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 Dsymbols.c444 && !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 Dsymbols.c408 && !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 Dsymbols.c430 && !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 Dsyms.c381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dcofflink.c921 && 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 Dsyms.c381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dcofflink.c908 && 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 Dsyms.c384 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dcofflink.c919 && 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 Dsyms.c381 return bfd_is_local_label_name (abfd, sym->name); in bfd_is_local_label()
H A Dcofflink.c921 && 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 Dbfd-in3.h6440 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 Dbfd-in3.h6440 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 Dbfd-in3.h6513 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
6515 #define bfd_is_local_label_name(abfd, name) \ macro
H A Dbfd.h6513 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 Dbfd-in3.h6440 bfd_boolean bfd_is_local_label_name (bfd *abfd, const char *name);
6442 #define bfd_is_local_label_name(abfd, name) \ macro

123456789