Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc_offset

162   bfd_signed_vma reloc_offset;
1083 (unsigned int) reloc_data.reloc_offset,
1117 + reloc_data.reloc_offset));
1162 (uint64_t) reloc_data.reloc_offset,
1173 (uint64_t) reloc_data.reloc_offset,
1216 + (reloc_data.reloc_offset - (bitsize >= 32 ? 4 : 0))) \
1221 + (reloc_data.reloc_offset))))
1316 contents + reloc_data.reloc_offset,
1321 contents + reloc_data.reloc_offset,
1326 contents + reloc_data.reloc_offset,
1386 contents + reloc_data.reloc_offset,
1391 contents + reloc_data.reloc_offset,
1396 contents + reloc_data.reloc_offset,
1474 .reloc_offset = 0,
1543 reloc_data.reloc_offset = rel->r_offset;
2205 bfd_vma reloc_offset = reloc->offset;
2206 reloc_offset -= (IS_INSN_32 (reloc->symbol)) ? 4 : 0;
2207 reloc_offset -= (IS_INSN_24 (reloc->symbol)) ? 2 : 0;
2211 + plt_offset + reloc_offset;