Searched refs:The_reloc_functions (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64.cc4057 typedef AArch64_relocate_functions<size, big_endian> The_reloc_functions; typedef
4058 typedef typename The_reloc_functions::Status The_reloc_functions_status;
4079 The_reloc_functions::adrp(view, dest, address);
4082 gold_assert(status == The_reloc_functions::STATUS_OKAY);
4089 status = The_reloc_functions::template
4092 gold_assert(status == The_reloc_functions::STATUS_OKAY);

Completed in 108 milliseconds