Searched refs:asymbols (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmisc.c | 284 asymbol **asymbols = NULL; in vfinfo() local 300 asymbols = bfd_get_outsymbols (abfd); in vfinfo() 313 && bfd_find_nearest_line (abfd, section, asymbols, offset, in vfinfo()
|
D | ldcref.c | 590 asymbol **asymbols; member 621 info.asymbols = bfd_get_outsymbols (abfd); in check_refs() 682 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in check_reloc_refs()
|
D | ldmain.c | 1173 asymbol **asymbols; member 1190 cinfo.asymbols = bfd_get_outsymbols (abfd); in symbol_warning() 1254 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in warning_find_reloc()
|
D | ChangeLog-2008 | 366 * ldlang.h (lang_input_statement_type): Delete asymbols, symbol_count, 368 * ldlang.c (new_afile): Don't set asymbols and symbol_count.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in2.h | 6727 #define bfd_canonicalize_dynamic_symtab(abfd, asymbols) \ argument 6728 BFD_SEND (abfd, _bfd_canonicalize_dynamic_symtab, (abfd, asymbols))
|
D | ChangeLog-9193 | 7747 functionality. Added support for new style asymbols and
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-9197 | 2403 (numeric_forward): Use minisymbols rather than asymbols. 2410 (display_rel_file): Read minisymbols rather than asymbols. Set
|