Home
last modified time | relevance | path

Searched refs:reloc_subtract (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c14980 bool reloc_subtract = false; in apply_relocations() local
15003 else if ((reloc_subtract = is_32bit_inplace_sub_reloc (filedata, in apply_relocations()
15010 else if ((reloc_subtract = is_64bit_inplace_sub_reloc (filedata, in apply_relocations()
15017 else if ((reloc_subtract = is_16bit_inplace_sub_reloc (filedata, in apply_relocations()
15024 else if ((reloc_subtract = is_8bit_inplace_sub_reloc (filedata, in apply_relocations()
15031 else if ((reloc_subtract = is_6bit_inplace_sub_reloc (filedata, in apply_relocations()
15124 if (reloc_subtract) in apply_relocations()
15131 else if (reloc_subtract) in apply_relocations()
H A DChangeLog-2017179 (apply_relocations): New locals reloc_inplace and reloc_subtract.
181 reloc_inplace. Subtract sym->st_value if reloc_subtract.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c15683 bool reloc_subtract = false; in apply_relocations() local
15706 else if ((reloc_subtract = is_32bit_inplace_sub_reloc (filedata, in apply_relocations()
15713 else if ((reloc_subtract = is_64bit_inplace_sub_reloc (filedata, in apply_relocations()
15720 else if ((reloc_subtract = is_16bit_inplace_sub_reloc (filedata, in apply_relocations()
15727 else if ((reloc_subtract = is_8bit_inplace_sub_reloc (filedata, in apply_relocations()
15734 else if ((reloc_subtract = is_6bit_inplace_sub_reloc (filedata, in apply_relocations()
15831 if (reloc_subtract) in apply_relocations()
15838 else if (reloc_subtract) in apply_relocations()
H A DChangeLog-2017179 (apply_relocations): New locals reloc_inplace and reloc_subtract.
181 reloc_inplace. Subtract sym->st_value if reloc_subtract.