Searched refs:rtype2howto (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-m88k.c | 230 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) in rtype2howto() function 242 #define RTYPE2HOWTO(cache_ptr, dst) rtype2howto (cache_ptr, dst) 259 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-tic30.c | 119 rtype2howto (arelent *internal, struct internal_reloc *dst) in rtype2howto() function 144 #define RTYPE2HOWTO(internal, relocentry) rtype2howto (internal, relocentry) 162 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-z80.c | 79 rtype2howto (arelent *internal, struct internal_reloc *dst) in rtype2howto() function 107 #define RTYPE2HOWTO(internal, relocentry) rtype2howto (internal, relocentry) 162 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-h8500.c | 93 rtype2howto (arelent * internal, struct internal_reloc *dst) in rtype2howto() function 130 #define RTYPE2HOWTO(internal, relocentry) rtype2howto(internal,relocentry) 148 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-w65.c | 70 rtype2howto (arelent *internal, in rtype2howto() function 76 #define RTYPE2HOWTO(internal, relocentry) rtype2howto(internal,relocentry) 94 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-z8k.c | 83 rtype2howto (arelent *internal, struct internal_reloc *dst) in rtype2howto() function 117 #define RTYPE2HOWTO(internal, relocentry) rtype2howto (internal, relocentry) 178 rtype2howto (relent, reloc); in reloc_processing()
|
D | coff-sparc.c | 170 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) in rtype2howto() function 176 #define RTYPE2HOWTO(internal, relocentry) rtype2howto(internal,relocentry)
|
D | coff-tic80.c | 426 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) in rtype2howto() function 444 #define RTYPE2HOWTO(cache_ptr, dst) rtype2howto (cache_ptr, dst)
|
D | coff-h8300.c | 275 rtype2howto (arelent *internal, struct internal_reloc *dst) in rtype2howto() function 345 #define RTYPE2HOWTO(internal, relocentry) rtype2howto (internal, relocentry) 360 rtype2howto (relent, reloc); in reloc_processing()
|
D | ChangeLog-9697 | 1472 (rtype2howto): Handle all relocation types. 1971 (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled 2265 * coff-tic80.c (rtype2howto): If passed a relocation type we don't 2523 (rtype2howto): Add function. 4532 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL. 4885 (rtype2howto): Similarly. 4907 (rtype2howto): Handle R_PCRWORD_B. 5494 (rtype2howto): Support R_MEM_INDIRECT.
|
D | ChangeLog-9193 | 516 (rtype2howto): Index into coff_sparc_howto_table using 2529 * coff-h8500.c (rtype2howto): Do an fprintf to stderr rather than 2531 * coff-z8k.c (rtype2howto): Likewise. 2913 * coff-h8500.c (reloc_processing, rtype2howto): New relocation 3574 * coff-sh.c (rtype2howto): Put error message on stderr.
|
D | ChangeLog-9495 | 231 (rtype2howto): Do not add reloc's r_offset to the addend, this will 801 * coff-m88k.c (rtype2howto): New static function. 1645 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort. 1646 * coff-h8500.c (rtype2howto): Likewise. 1647 * coff-z8k.c (rtype2howto): Likewise. 5047 * coff-sh.c (rtype2howto): Remove; unused.
|
D | ChangeLog-2006 | 3450 (rtype2howto): New case R_IMM24.
|