Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
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()
Dcoff64-rs6000.c1227 howto.special_function = NULL;
Dbfd-in2.h2230 bfd_reloc_status_type (*special_function) member
Dcoff-rs6000.c3383 howto.special_function = NULL;
DChangeLog-20061243 special_function field.
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
Delfxx-mips.c10087 && (*parent)->howto->special_function in _bfd_elf_mips_get_relocated_section_contents()
DChangeLog-919374 special_function field. Changed all callers and all definitions.
7776 * bfd.h added support for n_other field, added special_function
DChangeLog-96972723 * elf32-v850.c (v850_elf_howto_table): Set the special_function
DChangeLog-02031382 'special_function's in the proper reloc type entries.
/freebsd-9-stable/sys/sys/
Dcdio.h264 u_long special_function; /*<2>*/ member
/freebsd-9-stable/contrib/binutils/bfd/doc/
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-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h2237 bfd_reloc_status_type (*special_function) member