HomeSort by relevance Sort by last modified time
    Searched refs:Sect (Results 1 - 25 of 38) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 349 InMemoryStruct<macho::Section64> Sect;
350 MachOObj->ReadSection64(LCI, DRI.d.b, Sect);
352 strcpy(result, Sect->SegmentName);
354 strcat(result, Sect->Name);
359 InMemoryStruct<macho::Section> Sect;
360 MachOObj->ReadSection(LCI, DRI.d.b, Sect);
362 strcpy(result, Sect->SegmentName);
364 strcat(result, Sect->Name);
373 InMemoryStruct<macho::Section64> Sect;
374 getSection64(DRI, Sect);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 143 InMemoryStruct<macho::Section> Sect;
144 Obj.ReadSection(LCI, i, Sect);
150 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16),
151 StringRef(Sect->SegmentName, 16), Sect->Address,
152 Sect->Size, Sect->Offset, Sect->Align,
153 Sect->RelocationTableOffset,
154 Sect->NumRelocationTableEntries, Sect->Flags
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
OptRomInfStatement.py 144 for Sect in Rule.SectionList:
145 if Sect.SectionType == 'PE32':
146 if Sect.FileName != None:
147 GenSecInputFile = self.__ExtendMacro__(Sect.FileName)
150 FileList, IsSect = Section.Section.GetFileList(self, '', Sect.FileExtension)
GuidSection.py 86 for Sect in self.SectionList:
90 if isinstance(Sect, FvImageSection):
92 Sect.FvAddr = self.FvAddr.pop(0)
94 elif isinstance(Sect, GuidSection):
95 Sect.FvAddr = self.FvAddr
96 Sect.FvParentAddr = self.FvParentAddr
97 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
98 if isinstance(Sect, GuidSection):
99 if Sect.IncludeFvSection:
100 self.IncludeFvSection = Sect.IncludeFvSection
    [all...]
CompressSection.py 64 for Sect in self.SectionList:
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 144 InMemoryStruct<macho::Section> Sect;
145 Obj->ReadSection(*SegmentLCI, SectNum, Sect);
146 if (!Sect)
150 if (Sect->Flags != 0x80000400)
186 (Sect->Address + STE->Value) << "\n");
199 uint64_t StartOffset = Sect->Address + Symbols[i].first;
208 uint64_t EndOffset = Sect->Size - 1;
215 for (unsigned j = 0; j != Sect->NumRelocationTableEntries; ++j) {
217 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE);
283 InMemoryStruct<macho::Section64> Sect;
    [all...]
  /build/soong/symbol_inject/
macho.go 37 if symbols[i].Sect != symbols[j].Sect {
38 return symbols[i].Sect < symbols[j].Sect
55 if symbol.Sect > 0 {
56 section := file.Sections[symbol.Sect-1]
macho_symboldata_test.go 45 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
46 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f50},
47 macho.Symbol{Name: "_soong_build_number", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
48 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
49 macho.Symbol{Name: "dyld_stub_binder", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
80 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
81 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f30},
82 macho.Symbol{Name: "_symbol1", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
83 macho.Symbol{Name: "_symbol2", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x1000010a0},
84 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0}
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingPort.h 37 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect))
39 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect)))
InstrProfData.inc 638 #define INSTR_PROF_SECT_START(Sect) \
639 INSTR_PROF_CONCAT(__start_,Sect)
640 #define INSTR_PROF_SECT_STOP(Sect) \
641 INSTR_PROF_CONCAT(__stop_,Sect)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 481 SECTION *Sect;
486 Sect = DSC->Sections;
487 while (Sect != NULL) {
488 if (_stricmp (Name, Sect->Name) == 0) {
492 DSC->CurrentLine = Sect->FirstLine->Next;
493 return Sect;
496 Sect = Sect->Next;
ProcessDsc.c 596 SECTION *Sect;
698 Sect = DSCFileFindSection (&DSCFile, MAKEFILE_OUT_SECTION_NAME);
699 if (Sect != NULL) {
720 Sect = DSCFileFindSection (&DSCFile, LIBRARIES_SECTION_NAME);
721 if (Sect != NULL) {
732 Sect = DSCFileFindSection (&DSCFile, LIBRARIES_PLATFORM_SECTION_NAME);
733 if (Sect != NULL) {
746 Sect = DSCFileFindSection (&DSCFile, COMPONENTS_SECTION_NAME);
747 if (Sect != NULL) {
767 Sect = DSCFileFindSection (&DSCFile, Line);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 308 MachO::section Sect = Obj->getSection(Sec);
309 Section.Address = Sect.addr;
310 Section.Size = Sect.size;
311 Section.Offset = Sect.offset;
312 Section.Alignment = Sect.align;
313 Section.RelocationTableOffset = Sect.reloff;
314 Section.NumRelocationTableEntries = Sect.nreloc;
315 Section.Flags = Sect.flags;
316 Section.Reserved1 = Sect.reserved1;
317 Section.Reserved2 = Sect.reserved2
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 310 MachO::section Sect = Obj->getSection(Sec);
311 Section.Address = Sect.addr;
312 Section.Size = Sect.size;
313 Section.Offset = Sect.offset;
314 Section.Alignment = Sect.align;
315 Section.RelocationTableOffset = Sect.reloff;
316 Section.NumRelocationTableEntries = Sect.nreloc;
317 Section.Flags = Sect.flags;
318 Section.Reserved1 = Sect.reserved1;
319 Section.Reserved2 = Sect.reserved2
    [all...]
  /external/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWARFEmitter.cpp 119 const DWARFYAML::PubSection &Sect,
121 writeInitialLength(Sect.Length, OS, IsLittleEndian);
122 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian);
123 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian);
124 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian);
125 for (auto Entry : Sect.Entries) {
127 if (Sect.IsGNUStyle)
  /external/llvm/lib/Object/
MachOObjectFile.cpp 164 MachO::section_64 Sect = O->getSection64(Sec);
165 return Sect.flags;
167 MachO::section Sect = O->getSection(Sec);
168 return Sect.flags;
623 MachO::section_64 Sect = getSection64(Sec);
624 SectOffset = Sect.offset;
625 SectSize = Sect.size;
626 SectType = Sect.flags & MachO::SECTION_TYPE;
628 MachO::section Sect = getSection(Sec);
629 SectOffset = Sect.offset
    [all...]
Object.cpp 102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
112 *unwrap(Sect) = *SecOrErr;
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 259 auto Sect = getSection(Obj, Segment, LCI, i);
260 Sect.offset = Sect.reloff = Sect.nreloc = 0;
262 MachO::swapStruct(Sect);
263 Writer.writeBytes(StringRef(reinterpret_cast<char *>(&Sect), sizeof(Sect)));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachOUtils.cpp 275 auto Sect = getSection(Obj, Segment, LCI, i);
276 Sect.offset = Sect.reloff = Sect.nreloc = 0;
278 MachO::swapStruct(Sect);
279 Writer.W.OS.write(reinterpret_cast<char *>(&Sect), sizeof(Sect));
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 105 static Section copySection(const T &Sect) {
107 memcpy(S.Name, Sect->Name, 16);
108 S.Address = Sect->Address;
109 S.Size = Sect->Size;
110 S.Offset = Sect->Offset;
111 S.NumRelocs = Sect->NumRelocationTableEntries;
112 S.RelocTableOffset = Sect->RelocationTableOffset;
229 InMemoryStruct<macho::Section> Sect;
230 MachOObj->ReadSection(LCI, SectNum, Sect);
231 Sections.push_back(copySection(Sect));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h 50 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset,
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 638 #define INSTR_PROF_SECT_START(Sect) \
639 INSTR_PROF_CONCAT(__start_,Sect)
640 #define INSTR_PROF_SECT_STOP(Sect) \
641 INSTR_PROF_CONCAT(__stop_,Sect)

Completed in 1462 milliseconds

1 2