Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfnn-aarch64.c1403 return BFD_RELOC_AARCH64_RELOC_START + offset; in elfNN_aarch64_bfd_reloc_from_howto()
1408 return BFD_RELOC_AARCH64_RELOC_START; in elfNN_aarch64_bfd_reloc_from_howto()
1434 return BFD_RELOC_AARCH64_RELOC_START + offsets[r_type]; in elfNN_aarch64_bfd_reloc_from_type()
1467 if (code < BFD_RELOC_AARCH64_RELOC_START in elfNN_aarch64_howto_from_bfd_reloc()
1476 if (code > BFD_RELOC_AARCH64_RELOC_START in elfNN_aarch64_howto_from_bfd_reloc()
1478 if (elfNN_aarch64_howto_table[code - BFD_RELOC_AARCH64_RELOC_START].type) in elfNN_aarch64_howto_from_bfd_reloc()
1479 return &elfNN_aarch64_howto_table[code - BFD_RELOC_AARCH64_RELOC_START]; in elfNN_aarch64_howto_from_bfd_reloc()
6264 int howto_index = bfd_r_type - BFD_RELOC_AARCH64_RELOC_START; in elfNN_aarch64_check_relocs()
Dbfd-in2.h5574 BFD_RELOC_AARCH64_RELOC_START, enumerator
DChangeLog-20131251 (BFD_RELOC_AARCH64_RELOC_START)