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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1386 LDContext::SectionTable& sect_table = pOutput.context()->getSectionTable(); local
1391 if (getSectionOrder(pOutput, *sect_table[idx], pInfo) > SHO_RELRO_LAST) {
1397 uint64_t offset = sect_table[idx]->offset();
1399 sect_table[idx]->setOffset(offset);
1405 if (LDFileFormat::BSS == sect_table[prev_idx]->kind())
1406 offset = sect_table[prev_idx]->offset();
1408 offset = sect_table[prev_idx]->offset() + sect_table[prev_idx]->size();
1410 alignAddress(offset, sect_table[idx]->align());
1411 sect_table[id
[all...]

Completed in 33 milliseconds