Searched refs:addrsigSec (Results 1 – 6 of 6) sorted by relevance
273 const Elf_Shdr *addrsigSec = nullptr; variable
2579 if (obj->addrsigSec) { in findKeepUniqueSections()2581 check(obj->getObj().getSectionContents(*obj->addrsigSec)); in findKeepUniqueSections()
766 this->addrsigSec = &sec; in initializeSections()
200 const coff_section *addrsigSec = nullptr; variable
1203 if (obj->addrsigSec) { in findKeepUniqueSections()1206 obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents)); in findKeepUniqueSections()
397 addrsigSec = sec; in readSection()