Searched refs:ext_reloc (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coff-tic30.c | 140 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 141 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-z80.c | 128 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 129 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-h8500.c | 141 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 142 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-z8k.c | 140 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 141 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-maxq.c | 442 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 443 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-w65.c | 88 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 89 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-h8300.c | 376 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 377 cache_ptr->addend = ext_reloc.r_offset;
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coff-tic30.c | 140 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 141 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-h8500.c | 141 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 142 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-z8k.c | 131 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 132 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-w65.c | 88 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 89 cache_ptr->addend = ext_reloc.r_offset;
|
H A D | coff-h8300.c | 381 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \ argument 382 cache_ptr->addend = ext_reloc.r_offset;
|