Searched defs:Sect (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Object/
H A DObject.cpp51 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, argument
53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
H A DMachOObjectFile.cpp477 InMemoryStruct<macho::Section64> Sect; local
478 MachOObj->ReadSection64(LCI, DRI.d.b, Sect);
480 strcpy(result, Sect->SegmentName);
482 strcat(result, Sect->Name);
487 InMemoryStruct<macho::Section> Sect; local
488 MachOObj->ReadSection(LCI, DRI.d.b, Sect);
490 strcpy(result, Sect->SegmentName);
492 strcat(result, Sect->Name);
501 InMemoryStruct<macho::Section64> Sect; local
502 getSection64(DRI, Sect);
505 InMemoryStruct<macho::Section> Sect; local
515 InMemoryStruct<macho::Section64> Sect; local
519 InMemoryStruct<macho::Section> Sect; local
529 InMemoryStruct<macho::Section64> Sect; local
533 InMemoryStruct<macho::Section> Sect; local
543 InMemoryStruct<macho::Section64> Sect; local
547 InMemoryStruct<macho::Section> Sect; local
557 InMemoryStruct<macho::Section64> Sect; local
561 InMemoryStruct<macho::Section> Sect; local
599 InMemoryStruct<macho::Section64> Sect; local
605 InMemoryStruct<macho::Section> Sect; local
653 InMemoryStruct<macho::Section64> Sect; local
657 InMemoryStruct<macho::Section> Sect; local
686 InMemoryStruct<macho::Section64> Sect; local
690 InMemoryStruct<macho::Section> Sect; local
706 InMemoryStruct<macho::Section64> Sect; local
710 InMemoryStruct<macho::Section> Sect; local
881 InMemoryStruct<macho::Section64> Sect; local
885 InMemoryStruct<macho::Section> Sect; local
[all...]
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp143 InMemoryStruct<macho::Section> Sect; local
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
179 InMemoryStruct<macho::Section64> Sect; local
[all...]

Completed in 107 milliseconds