Searched refs:pexp_mod_data (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-avr.c | 2025 const exp_mod_data_t *pexp_mod_data) in avr_cons_fix_new() argument 2029 switch (pexp_mod_data->reloc) in avr_cons_fix_new() 2046 if (nbytes == pexp_mod_data->nbytes) in avr_cons_fix_new() 2047 fix_new_exp (frag, where, nbytes, exp, false, pexp_mod_data->reloc); in avr_cons_fix_new() 2054 as_bad (_("illegal %s relocation size: %d"), pexp_mod_data->error, nbytes); in avr_cons_fix_new()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-avr.c | 2025 const exp_mod_data_t *pexp_mod_data) in avr_cons_fix_new() argument 2029 switch (pexp_mod_data->reloc) in avr_cons_fix_new() 2046 if (nbytes == pexp_mod_data->nbytes) in avr_cons_fix_new() 2047 fix_new_exp (frag, where, nbytes, exp, false, pexp_mod_data->reloc); in avr_cons_fix_new() 2054 as_bad (_("illegal %s relocation size: %d"), pexp_mod_data->error, nbytes); in avr_cons_fix_new()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2012 | 1264 (pexp_mod_data, exp_mod_data): New variables. 1267 and set pexp_mod_data accordingly to be used in avr_cons_fix_new. 1269 in pexp_mod_data.
|
H A D | ChangeLog-2014 | 1419 (pexp_mod_data): Delete.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2012 | 1264 (pexp_mod_data, exp_mod_data): New variables. 1267 and set pexp_mod_data accordingly to be used in avr_cons_fix_new. 1269 in pexp_mod_data.
|
H A D | ChangeLog-2014 | 1419 (pexp_mod_data): Delete.
|