Searched refs:special_function (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | reloc.c | 611 if (howto->special_function) in bfd_perform_relocation() 614 cont = howto->special_function (abfd, reloc_entry, symbol, data, in bfd_perform_relocation() 993 if (howto->special_function) in bfd_install_relocation() 999 cont = howto->special_function (abfd, reloc_entry, symbol, in bfd_install_relocation()
|
H A D | bfd-in2.h | 2513 bfd_reloc_status_type (*special_function) member
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | reloc.c | 698 if (howto && howto->special_function) in bfd_perform_relocation() 706 cont = howto->special_function (abfd, reloc_entry, symbol, data, in bfd_perform_relocation() 1033 if (howto && howto->special_function) in bfd_install_relocation() 1043 cont = howto->special_function (abfd, reloc_entry, symbol, in bfd_install_relocation()
|
H A D | bfd-in2.h | 2157 bfd_reloc_status_type (*special_function) member
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | reloc.c | 609 if (howto->special_function) in bfd_perform_relocation() 612 cont = howto->special_function (abfd, reloc_entry, symbol, data, in bfd_perform_relocation() 991 if (howto->special_function) in bfd_install_relocation() 997 cont = howto->special_function (abfd, reloc_entry, symbol, in bfd_install_relocation()
|
H A D | bfd-in2.h | 2375 bfd_reloc_status_type (*special_function) member
|