Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h56 INCREMENTAL_INPUT_ARCHIVE = 3, enumerator
538 { return INCREMENTAL_INPUT_ARCHIVE; } in do_type()
979 gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE); in get_member_count()
987 gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE); in get_unused_symbol_count()
995 gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE); in get_member_offset()
1004 gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE); in get_unused_symbol()
Dincremental-dump.cc163 case INCREMENTAL_INPUT_ARCHIVE: in dump_incremental_inputs()
435 if (input_file.type() != INCREMENTAL_INPUT_ARCHIVE) in dump_incremental_inputs()
Dincremental.cc321 case INCREMENTAL_INPUT_ARCHIVE: in setup_readers()
449 case INCREMENTAL_INPUT_ARCHIVE: in do_check_inputs()
1344 case INCREMENTAL_INPUT_ARCHIVE: in set_final_data_size()
1740 case INCREMENTAL_INPUT_ARCHIVE: in write_info_blocks()
Dgold.cc359 if (input_type == INCREMENTAL_INPUT_ARCHIVE) in process_incremental_input()