HomeSort by relevance Sort by last modified time
    Searched refs:Property_table_size (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h 235 gold_assert(rv <= Property_table_size);
239 static const unsigned int Property_table_size = 300;
240 AArch64_reloc_property* table_[Property_table_size];
arm-reloc-property.h 299 gold_assert(code < Property_table_size);
308 gold_assert(code < Property_table_size);
378 static const unsigned int Property_table_size = 256;
381 Arm_reloc_property* table_[Property_table_size];
arm-reloc-property.cc 267 for (unsigned int i = 0; i < Property_table_size; ++i)
276 gold_assert(code < Property_table_size); \
296 gold_assert(code < Property_table_size);
aarch64-reloc-property.cc 97 for (unsigned int i = 0; i < Property_table_size; ++i)

Completed in 74 milliseconds