Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c515 SInt32 initSection; in SetupSectionBaseAddresses() local
539 initSection = fragToFix->loaderSection->initSection; in SetupSectionBaseAddresses()
541 if (initSection == -1) { in SetupSectionBaseAddresses()
545 …MoreAssertQ( initSection >= 0 ); // Negative indexes are pseudo-sections wh… in SetupSectionBaseAddresses()
546 MoreAssertQ( initSection < fragToFix->containerHeader.sectionCount ); in SetupSectionBaseAddresses()
548 initSectionHeader = &fragToFix->sectionHeaders[initSection]; in SetupSectionBaseAddresses()
590 … MoreAssertQ(fragToFix->sectionHeaders[initSection].sectionKind == kPEFUnpackedDataSection); in SetupSectionBaseAddresses()
593 … + fragToFix->sectionHeaders[initSection].containerOffset in SetupSectionBaseAddresses()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit()
440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit()
1810 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
1903 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()
1906 NewTU.initSection( in addDwarfTypeUnitType()
DDwarfUnit.h115 void initSection(MCSection *Section);
DDwarfUnit.cpp1522 void DwarfUnit::initSection(MCSection *Section) { in initSection() function in DwarfUnit