Home
last modified time | relevance | path

Searched refs:special_function (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dreloc.c610 if (howto->special_function) in bfd_perform_relocation()
613 cont = howto->special_function (abfd, reloc_entry, symbol, data, in bfd_perform_relocation()
992 if (howto->special_function) in bfd_install_relocation()
998 cont = howto->special_function (abfd, reloc_entry, symbol, in bfd_install_relocation()
H A Dcoff64-rs6000.c1227 howto.special_function = NULL;
H A Dbfd-in2.h2233 bfd_reloc_status_type (*special_function) member
H A Dcoff-rs6000.c3383 howto.special_function = NULL;
H A DChangeLog-20061243 special_function field.
H A DChangeLog-9495228 special_function now points to new function m88k_special_reloc.
5703 (howto_rellong, howto_iprmed): Use it as special_function.
9262 (alpha_howto_table): Use it as special_function to prevent certain
H A Delfxx-mips.c10091 && (*parent)->howto->special_function in _bfd_elf_mips_get_relocated_section_contents()
H A DChangeLog-919374 special_function field. Changed all callers and all definitions.
7776 * bfd.h added support for n_other field, added special_function
H A DChangeLog-96972723 * elf32-v850.c (v850_elf_howto_table): Set the special_function
H A DChangeLog-02031382 'special_function's in the proper reloc type entries.
/freebsd-12.1/sys/sys/
H A Dcdio.h264 u_long special_function; /*<2>*/ member
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfdint.texi1212 that weren't, the howto structure included a @samp{special_function}
1254 @samp{special_function} field. Since the functions are normally called
1255 from target specific code, the @samp{special_function} field adds
1279 able to handle that. You may need to set the @samp{special_function}
1312 @samp{special_function} field to handle this correctly. Test this by
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2240 bfd_reloc_status_type (*special_function) member