/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libcoff.h | 893 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\ argument 895 (abfd, file, base, symbol, aux, indaux))
|
H A D | coffcode.h | 2288 unsigned int indaux, in coff_pointerize_aux_hook() argument 2294 && indaux + 1 == symbol->u.syment.n_numaux) in coff_pointerize_aux_hook() 2322 unsigned int indaux, in coff_pointerize_aux_hook() argument 2327 return (indaux == 1 in coff_pointerize_aux_hook() 2348 unsigned int indaux ATTRIBUTE_UNUSED) in coff_print_aux() 2353 && indaux + 1 == symbol->u.syment.n_numaux) in coff_print_aux()
|
H A D | coffgen.c | 1333 unsigned int indaux, in coff_pointerize_aux() argument 1342 (abfd, table_base, symbol, indaux, auxent)) in coff_pointerize_aux()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coffcode.h | 2297 coff_pointerize_aux_hook (abfd, table_base, symbol, indaux, aux) in coff_pointerize_aux_hook() argument 2301 unsigned int indaux; 2307 && indaux + 1 == symbol->u.syment.n_numaux) 2336 coff_pointerize_aux_hook (abfd, table_base, symbol, indaux, aux) in coff_pointerize_aux_hook() argument 2340 unsigned int indaux; 2345 return (indaux == 1 2365 coff_print_aux (abfd, file, table_base, symbol, aux, indaux) in coff_print_aux() argument 2371 unsigned int indaux ATTRIBUTE_UNUSED; 2376 && indaux + 1 == symbol->u.syment.n_numaux)
|
H A D | libcoff.h | 891 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\ argument 893 (abfd, file, base, symbol, aux, indaux))
|
H A D | coffgen.c | 1477 coff_pointerize_aux (abfd, table_base, symbol, indaux, auxent) in coff_pointerize_aux() argument 1481 unsigned int indaux; 1490 (abfd, table_base, symbol, indaux, auxent))
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | coffcode.texi | 505 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\ 507 (abfd, file, base, symbol, aux, indaux))
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | coffcode.texi | 505 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\ 507 (abfd, file, base, symbol, aux, indaux))
|