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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_section_order.c 33 static ld_plugin_get_input_section_count get_input_section_count = NULL; variable
67 get_input_section_count = *entry->tv_u.tv_get_input_section_count;
97 if (get_input_section_count == NULL
141 (*get_input_section_count)(file->handle, &count);
plugin_test.c 64 static ld_plugin_get_input_section_count get_input_section_count = NULL; variable
140 get_input_section_count = *entry->tv_u.tv_get_input_section_count;
210 if (get_input_section_count == NULL)
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 149 input_file.get_input_section_count());
210 unsigned int nsections = input_file.get_input_section_count();
incremental.h 381 get_input_section_count() const function in class:gold::Incremental_object_entry
866 get_input_section_count() const function in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
891 unsigned int section_count = this->get_input_section_count();
1045 unsigned int section_count = this->get_input_section_count();
1058 unsigned int section_count = this->get_input_section_count();
    [all...]
plugin.cc 127 get_input_section_count(const void* handle, unsigned int* count);
293 tv[i].tv_u.tv_get_input_section_count = get_input_section_count;
1609 get_input_section_count(const void* handle, unsigned int* count) function in namespace:gold
    [all...]
incremental.cc 608 unsigned int shnum = input_file.get_input_section_count();
    [all...]

Completed in 1443 milliseconds