Searched refs:special_function (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | reloc.c | 610 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()
|
| D | coff64-rs6000.c | 1227 howto.special_function = NULL;
|
| D | bfd-in2.h | 2230 bfd_reloc_status_type (*special_function) member
|
| D | coff-rs6000.c | 3383 howto.special_function = NULL;
|
| D | ChangeLog-2006 | 1243 special_function field.
|
| D | ChangeLog-9495 | 228 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
|
| D | elfxx-mips.c | 10087 && (*parent)->howto->special_function in _bfd_elf_mips_get_relocated_section_contents()
|
| D | ChangeLog-9193 | 74 special_function field. Changed all callers and all definitions. 7776 * bfd.h added support for n_other field, added special_function
|
| D | ChangeLog-9697 | 2723 * elf32-v850.c (v850_elf_howto_table): Set the special_function
|
| D | ChangeLog-0203 | 1382 'special_function's in the proper reloc type entries.
|
| /freebsd-9-stable/sys/sys/ |
| D | cdio.h | 264 u_long special_function; /*<2>*/ member
|
| /freebsd-9-stable/contrib/binutils/bfd/doc/ |
| D | bfdint.texi | 1212 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/ |
| D | bfd.h | 2237 bfd_reloc_status_type (*special_function) member
|