Home | History | Annotate | Download | only in Object

Lines Matching full:coff_section

76 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
77 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
86 assert(offset % sizeof(coff_section) == 0 &&
111 const coff_section *Section = NULL;
129 const coff_section *Section = NULL;
196 const coff_section *Section = NULL;
229 const coff_section *Section = NULL;
285 const coff_section *sec = 0;
301 const coff_section *sec = toSec(Sec);
310 const coff_section *sec = toSec(Sec);
316 const coff_section *sec = toSec(Sec);
323 const coff_section *sec = toSec(Sec);
330 const coff_section *sec = toSec(Sec);
339 const coff_section *sec = toSec(Sec);
348 const coff_section *sec = toSec(Sec);
355 const coff_section *sec = toSec(Sec);
362 const coff_section *sec = toSec(Sec);
376 const coff_section *sec = toSec(Sec);
398 const coff_section *sec = toSec(Sec);
400 const coff_section *symb_sec = 0;
410 const coff_section *sec = toSec(Sec);
421 const coff_section *sec = toSec(Sec);
490 coff_section))))
625 const coff_section *&Result) const {
700 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
723 error_code COFFObjectFile::getSectionContents(const coff_section *Sec,
769 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const {