Searched refs:addrsigSec (Results 1 – 6 of 6) sorted by relevance
272 const Elf_Shdr *addrsigSec = nullptr; variable
2401 if (obj->addrsigSec) { in findKeepUniqueSections()2403 check(obj->getObj().getSectionContents(*obj->addrsigSec)); in findKeepUniqueSections()
801 this->addrsigSec = &sec; in initializeSections()
191 const coff_section *addrsigSec = nullptr; variable
253 addrsigSec = sec; in readSection()
1206 if (obj->addrsigSec) { in findKeepUniqueSections()1209 obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents)); in findKeepUniqueSections()