Searched refs:Sect (Results 1 – 9 of 9) sorted by relevance
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 137 macho::Section Sect = Obj.getSection(LCI, i); in DumpSegmentCommand() local 138 DumpSectionData(Obj, i, StringRef(Sect.Name, 16), in DumpSegmentCommand() 139 StringRef(Sect.SegmentName, 16), Sect.Address, in DumpSegmentCommand() 140 Sect.Size, Sect.Offset, Sect.Align, in DumpSegmentCommand() 141 Sect.RelocationTableOffset, in DumpSegmentCommand() 142 Sect.NumRelocationTableEntries, Sect.Flags, in DumpSegmentCommand() 143 Sect.Reserved1, Sect.Reserved2); in DumpSegmentCommand() 161 macho::Section64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command() local 163 DumpSectionData(Obj, i, StringRef(Sect.Name, 16), in DumpSegment64Command() 164 StringRef(Sect.SegmentName, 16), Sect.Address, in DumpSegment64Command() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 169 macho::Section Sect = Obj->getSection(Sec); in getSection() local 170 Section.Address = Sect.Address; in getSection() 171 Section.Size = Sect.Size; in getSection() 172 Section.Offset = Sect.Offset; in getSection() 173 Section.Alignment = Sect.Align; in getSection() 174 Section.RelocationTableOffset = Sect.RelocationTableOffset; in getSection() 175 Section.NumRelocationTableEntries = Sect.NumRelocationTableEntries; in getSection() 176 Section.Flags = Sect.Flags; in getSection() 177 Section.Reserved1 = Sect.Reserved1; in getSection() 178 Section.Reserved2 = Sect.Reserved2; in getSection() [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 406 macho::Section64 Sect = O->getSection64(Sec); in getSectionFlags() local 407 return Sect.Flags; in getSectionFlags() 409 macho::Section Sect = O->getSection(Sec); in getSectionFlags() local 410 return Sect.Flags; in getSectionFlags() 685 macho::Section64 Sect = getSection64(Sec); in getSectionAddress() local 686 Res = Sect.Address; in getSectionAddress() 688 macho::Section Sect = getSection(Sec); in getSectionAddress() local 689 Res = Sect.Address; in getSectionAddress() 697 macho::Section64 Sect = getSection64(Sec); in getSectionSize() local 698 Res = Sect.Size; in getSectionSize() [all …]
|
D | Object.cpp | 90 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument 92 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 58 const object::coff_section *Sect = Obj.getCOFFSection(iter); in dumpSections() local 60 Sec.Name = Sect->Name; // FIXME: check the null termination! in dumpSections() 61 uint32_t Characteristics = Sect->Characteristics; in dumpSections() 66 Obj.getSectionContents(Sect, sectionData); in dumpSections()
|
/external/llvm/include/llvm-c/ |
D | Object.h | 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | todo.txt | 21 * OTP Extended Responses (Sect. 5.5) 24 RFC 3748 Sect. 4.2
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2325 if (const char *Sect = getTarget().getCFStringSection()) in GetAddrOfConstantCFString() local 2326 GV->setSection(Sect); in GetAddrOfConstantCFString() 2450 if (const char *Sect = in GetAddrOfConstantString() local 2454 GV->setSection(Sect); in GetAddrOfConstantString()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 13581 http://parts.jpl.nasa.gov/asic/Sect.2.5.html
|