Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Darm-reloc-property.h299 gold_assert(code < Property_table_size); in get_reloc_property()
308 gold_assert(code < Property_table_size); in get_implemented_static_reloc_property()
378 static const unsigned int Property_table_size = 256;
381 Arm_reloc_property* table_[Property_table_size];
Daarch64-reloc-property.h235 gold_assert(rv <= Property_table_size); in code_to_array_index()
239 static const unsigned int Property_table_size = 300; variable
240 AArch64_reloc_property* table_[Property_table_size];
Darm-reloc-property.cc267 for (unsigned int i = 0; i < Property_table_size; ++i) in Arm_reloc_property_table()
276 gold_assert(code < Property_table_size); \ in Arm_reloc_property_table()
296 gold_assert(code < Property_table_size); in reloc_name_in_error_message()
Daarch64-reloc-property.cc97 for (unsigned int i = 0; i < Property_table_size; ++i) in AArch64_reloc_property_table()