Home
last modified time | relevance | path

Searched refs:pexp_mod_data (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-avr.c2025 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 Dtc-avr.c2025 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 DChangeLog-20121264 (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 DChangeLog-20141419 (pexp_mod_data): Delete.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20121264 (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 DChangeLog-20141419 (pexp_mod_data): Delete.