Searched refs:bfd_make_debug_symbol (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | syms.texi | 376 @findex bfd_make_debug_symbol 377 @subsubsection @code{bfd_make_debug_symbol} 383 #define bfd_make_debug_symbol(abfd,ptr,size) \
|
H A D | bfdint.texi | 755 @samp{bfd_make_debug_symbol}.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | syms.texi | 392 @findex bfd_make_debug_symbol 393 @subsubsection @code{bfd_make_debug_symbol} 399 #define bfd_make_debug_symbol(abfd,ptr,size) \
|
H A D | bfdint.texi | 755 @samp{bfd_make_debug_symbol}.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-coff.c | 185 s = bfd_make_debug_symbol (stdoutput, NULL, 0); in fetch_coff_debug_section()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | bfd-in2.h | 3640 #define bfd_make_debug_symbol(abfd,ptr,size) \ macro
|
H A D | ChangeLog-9193 | 4262 bfd_make_debug_symbol; they were already in the target structure. 5727 * syms.c (bfd_make_debug_symbol): New dispatching macro.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | bfd-in2.h | 4340 #define bfd_make_debug_symbol(abfd,ptr,size) \ macro
|
H A D | ChangeLog-9193 | 4262 bfd_make_debug_symbol; they were already in the target structure. 5727 * syms.c (bfd_make_debug_symbol): New dispatching macro.
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.c | 275 s = bfd_make_debug_symbol (stdoutput, (char *) 0, 0); in fetch_coff_debug_section()
|