Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c169 UInt16 sectionIndex; in ReadContainerBasics() local
211 sectionIndex = 0; in ReadContainerBasics()
213 while ( sectionIndex < fragToFix->containerHeader.sectionCount && ! found ) { in ReadContainerBasics()
214 found = (fragToFix->sectionHeaders[sectionIndex].sectionKind == kPEFLoaderSection); in ReadContainerBasics()
216 sectionIndex += 1; in ReadContainerBasics()
227 …derSection = (PEFLoaderInfoHeader *) NewPtr(fragToFix->sectionHeaders[sectionIndex].containerLengt… in ReadContainerBasics()
232 … fragToFix->locator.offset + fragToFix->sectionHeaders[sectionIndex].containerOffset, in ReadContainerBasics()
233 … fragToFix->sectionHeaders[sectionIndex].containerLength, in ReadContainerBasics()
623 static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16 sectionIndex) in GetSectionBaseAddress() argument
638 switch (sectionIndex) { in GetSectionBaseAddress()
[all …]
/external/llvm-project/clang/test/Analysis/
Dlocalization.m164 - (NSString *)test6:(int)sectionIndex {
166 if (sectionIndex == 1)
182 // - (NSString *)testNotAccountedFor:(int)sectionIndex {
183 // if (sectionIndex == 1)
186 // } else if (sectionIndex == 2) {
188 // } else if (sectionIndex == 3) {
/external/clang/test/Analysis/
Dlocalization.m164 - (NSString *)test6:(int)sectionIndex {
166 if (sectionIndex == 1)
182 // - (NSString *)testNotAccountedFor:(int)sectionIndex {
183 // if (sectionIndex == 1)
186 // } else if (sectionIndex == 2) {
188 // } else if (sectionIndex == 3) {
/external/llvm-project/lld/Common/
DDWARF.cpp92 uint64_t sectionIndex) { in getDILineInfo() argument
96 {offset, sectionIndex}, nullptr, in getDILineInfo()
/external/llvm-project/lld/ELF/
DOutputSections.cpp381 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup()
394 seen.insert(osec->sectionIndex); in finalizeShtGroup()
407 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
410 link = d->getParent()->sectionIndex; in finalize()
424 link = in.symTab->getParent()->sectionIndex; in finalize()
428 info = s->getOutputSection()->sectionIndex; in finalize()
DOutputSections.h45 uint32_t sectionIndex = UINT32_MAX; variable
DSyntheticSections.cpp1394 this->link = sec->sectionIndex; in finalizeContents()
1609 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents()
1615 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents()
1619 getParent()->info = in.igotPlt->getParent()->sectionIndex; in finalizeContents()
2042 getParent()->link = sec->sectionIndex; in finalizeContents()
2154 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX in getSymSectionIndex()
2155 : os->sectionIndex; in getSymSectionIndex()
2260 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
2279 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2323 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
DLinkerScript.cpp593 sec->sectionIndex = i++; in processSectionCommands()
604 aether->sectionIndex = 1; in processSymbolAssignments()
765 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
1082 if (sec->sectionIndex != UINT32_MAX) in adjustSectionsBeforeSorting()
DInputFiles.cpp316 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
320 sectionIndex = curIndex; in getDILineInfo()
325 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
DWriter.cpp1595 return sec->sectionIndex == UINT32_MAX; in sortSections()
2085 Out::elfHeader->sectionIndex = 1; in finalizeSections()
2089 sec->sectionIndex = i + 1; in finalizeSections()
2860 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
DInputSection.cpp401 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
402 *to++ = osec->sectionIndex; in copyShtGroup()
/external/llvm-project/lld/include/lld/Common/
DDWARF.h30 uint64_t sectionIndex);
/external/llvm-project/lld/COFF/
DWriter.h71 uint32_t sectionIndex = 0; variable
DPDB.cpp612 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib()
939 pub.Segment = os->sectionIndex; in createPublic()
1228 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1251 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol()
1325 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
DInputFiles.h220 uint32_t sectionIndex);
DMapFile.cpp278 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
DInputFiles.cpp948 uint32_t sectionIndex) { in getDILineInfo() argument
955 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp417 unsigned int sectionIndex = 0; in writeSectionContent() local
419 sectionIndex = llvm::ELF::GRP_COMDAT; in writeSectionContent()
420 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) { in writeSectionContent()
426 SIdx = sectionIndex; in writeSectionContent()
/external/llvm-project/lld/wasm/
DOutputSections.h51 uint32_t sectionIndex = UINT32_MAX; variable
DInputFiles.cpp344 uint32_t sectionIndex = 0; in parse() local
365 customSectionsByIndex[sectionIndex] = customSections.back(); in parse()
367 sectionIndex++; in parse()
DSyntheticSections.cpp470 writeUleb128(sub.os, s->section->sectionIndex, "sym section index"); in writeBody()
667 assert(sec->sectionIndex != UINT32_MAX); in writeBody()
668 writeUleb128(bodyOutputStream, sec->sectionIndex, "reloc section"); in writeBody()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp985 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument
993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()
994 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h123 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
DMachONormalizedFileToAtoms.cpp228 uint32_t sectionIndex, in appendSymbolsInSection() argument
234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
/external/llvm-project/lld/MachO/
DWriter.cpp548 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
555 osec->index = ++sectionIndex; in sortSegmentsAndSections()

12