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

1 2 3 4

  /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/cmd/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)))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFEmitter.h 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::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;
  /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...]

Completed in 618 milliseconds

1 2 3 4