HomeSort by relevance Sort by last modified time
    Searched refs:Sect (Results 1 - 25 of 84) 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)
CompressSection.py 64 for Sect in self.SectionList:
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
GuidSection.py 85 for Sect in self.SectionList:
89 if isinstance(Sect, FvImageSection):
91 Sect.FvAddr = self.FvAddr.pop(0)
93 elif isinstance(Sect, GuidSection):
94 Sect.FvAddr = self.FvAddr
95 Sect.FvParentAddr = self.FvParentAddr
96 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
97 if isinstance(Sect, GuidSection):
98 if Sect.IncludeFvSection:
99 self.IncludeFvSection = Sect.IncludeFvSection
    [all...]
  /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...]
  /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-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 36 const llvm::DWARFYAML::PubSection &Sect,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/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,
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go 527 if rs.Type != obj.SHOSTOBJ && rs.Type != obj.SDYNIMPORT && rs.Sect == nil {
573 if r.Sym.Sect == nil {
580 r.Xsym = ctxt.Syms.ROLookup(r.Sym.Sect.Name, 0)
581 r.Xadd = r.Add + Symaddr(r.Sym) - int64(r.Sym.Sect.Vaddr)
589 o = Symaddr(r.Sym) + r.Add - int64(r.Sym.Sect.Vaddr)
600 if r.Sym.Sect.Name == ".text" {
601 o = Symaddr(r.Sym) - int64(Segtext.Sect.Vaddr) + r.Add
603 o = Symaddr(r.Sym) - int64(r.Sym.Sect.Vaddr) + r.Add
620 if Linkmode == LinkExternal && r.Sym != nil && r.Sym.Type != obj.SCONST && (r.Sym.Sect != s.Sect || r.Type == obj.R_GOTPCREL)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go 527 if rs.Type != obj.SHOSTOBJ && rs.Type != obj.SDYNIMPORT && rs.Sect == nil {
573 if r.Sym.Sect == nil {
580 r.Xsym = ctxt.Syms.ROLookup(r.Sym.Sect.Name, 0)
581 r.Xadd = r.Add + Symaddr(r.Sym) - int64(r.Sym.Sect.Vaddr)
589 o = Symaddr(r.Sym) + r.Add - int64(r.Sym.Sect.Vaddr)
600 if r.Sym.Sect.Name == ".text" {
601 o = Symaddr(r.Sym) - int64(Segtext.Sect.Vaddr) + r.Add
603 o = Symaddr(r.Sym) - int64(r.Sym.Sect.Vaddr) + r.Add
620 if Linkmode == LinkExternal && r.Sym != nil && r.Sym.Type != obj.SCONST && (r.Sym.Sect != s.Sect || r.Type == obj.R_GOTPCREL)
    [all...]
  /external/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Object.h 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,

Completed in 1818 milliseconds

1 2 3 4