Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-avr.c1773 const exp_mod_data_t *pexp_mod_data) in avr_cons_fix_new() argument
1777 switch (pexp_mod_data->reloc) in avr_cons_fix_new()
1794 if (nbytes == pexp_mod_data->nbytes) in avr_cons_fix_new()
1795 fix_new_exp (frag, where, nbytes, exp, FALSE, pexp_mod_data->reloc); in avr_cons_fix_new()
1802 as_bad (_("illegal %srelocation size: %d"), pexp_mod_data->error, nbytes); in avr_cons_fix_new()
/toolchain/binutils/binutils-2.25/gas/
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.
DChangeLog1246 (pexp_mod_data): Delete.