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

/haiku-buildtools/binutils/gold/
H A Dtarget-reloc.h55 size_t local_count,
75 if (r_sym < local_count)
280 unsigned int local_count = object->local_symbol_count(); local
308 if (r_sym < local_count
754 const unsigned int local_count = object->local_symbol_count(); local
786 if (r_sym < local_count)
812 gold_assert(r_sym < local_count);
45 scan_relocs( Symbol_table* symtab, Layout* layout, Target_type* target, Sized_relobj_file<size, big_endian>* object, unsigned int data_shndx, const unsigned char* prelocs, size_t reloc_count, Output_section* output_section, bool needs_special_offset_handling, size_t local_count, const unsigned char* plocal_syms) argument
H A Dgc.h179 size_t local_count,
232 if (r_sym < local_count)
169 gc_process_relocs( Symbol_table* symtab, Layout*, Target_type* target, Sized_relobj_file<size, big_endian>* src_obj, unsigned int src_indx, const unsigned char* prelocs, size_t reloc_count, Output_section*, bool, size_t local_count, const unsigned char* plocal_syms) argument
H A Dreloc.cc1248 size_t local_count = this->local_symbol_count(); local
1259 if (r_sym < local_count)
1352 if (r_sym < local_count)
H A Darm.cc10448 const unsigned int local_count = object->local_symbol_count();
10463 gold_assert(r_sym < local_count);
12041 unsigned int local_count = arm_object->local_symbol_count();
12123 if (r_sym < local_count)
H A Dpowerpc.cc9104 const unsigned int local_count = object->local_symbol_count(); local
9144 if (r_sym < local_count)
9163 gold_assert(r_sym < local_count);
H A Daarch64.cc3865 unsigned int local_count = object->local_symbol_count(); local
3892 if (r_sym < local_count)
H A Dmips.cc10197 const unsigned int local_count = object->local_symbol_count(); local
10208 gold_assert(r_sym < local_count);

Completed in 286 milliseconds