Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2514 Stub_table_owner* table_owner = NULL; in group_sections() local
2537 table_owner->output_section = stub_control.output_section(); in group_sections()
2538 table_owner->owner = stub_control.owner(); in group_sections()
2540 table_owner = NULL; in group_sections()
2542 if (table_owner == NULL) in group_sections()
2544 table_owner = new Stub_table_owner; in group_sections()
2545 tables.push_back(table_owner); in group_sections()
2551 if (table_owner != NULL) in group_sections()
2563 delete table_owner; in group_sections()
2570 table_owner->output_section = stub_control.output_section(); in group_sections()
[all …]