HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 251 - 275 of 719) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 77 printf(" section %d '%s' in segment '%s'\n"
101 bool SegmentCommand(const mach_o::Segment &segment) {
102 printf(" load command %d: %s-bit segment '%s'\n"
109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(),
110 segment.vmaddr, segment.vmsize, segment.maxprot,
111 segment.initprot, mach_o::SegmentFlags(segment.flags)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 33 /// Compare a live virtual register segment to a LiveIntervalUnion segment.
35 overlap(const LiveInterval::Segment &VRSeg,
51 // SegmentIter can advance to the next segment ordered by starting position
53 // to reach the current segment's containing virtual register.
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 188 Segment s = buffer.head;
193 // Checksum one segment at a time.
  /external/pdfium/core/fxcrt/
fx_bidi_unittest.cpp 18 CFX_BidiChar::Segment info;
29 CFX_BidiChar::Segment info;
55 CFX_BidiChar::Segment info;
89 CFX_BidiChar::Segment info;
  /external/llvm/lib/CodeGen/
SplitKit.cpp 227 // LVI is the first live segment overlapping MBB.
232 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
263 // A Segment that starts in the middle of the block must be a def.
264 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
276 // Live segment ends exactly at Stop. Move to the next segment.
408 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI));
415 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI));
436 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI));
    [all...]
LiveDebugVariables.cpp 554 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start);
555 if (!Segment || Segment->valno != VNI) {
560 if (Segment->end < Stop) {
561 Stop = Segment->end;
    [all...]
TargetLoweringObjectFileImpl.cpp 513 StringRef Segment, Section;
517 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
526 Segment, Section, TAA, StubSize, SectionKind::getData());
548 StringRef Segment, Section;
555 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
637 // linker needs to write to it, put it in the data segment.
659 // segment, not in the text segment.
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 55 ulittle16_t Segment;
192 ulittle16_t Segment;
873 ulittle16_t Segment;
905 ulittle16_t Segment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 309 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
313 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 325 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
329 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 325 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
329 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 309 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
313 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 325 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
329 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 325 static void mapping(IO &IO, WasmYAML::DataSegment &Segment);
329 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
dw2-compress-3a.d 62 Segment Size: 0
dw2-compress-3b.d 62 Segment Size: 0
dw2-compressed-3a.d 62 Segment Size: 0
dw2-compressed-3b.d 62 Segment Size: 0
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 31 class Segment;
211 // Absolute timecode according to the segment time base.
935 void set_time(const Segment& segment, uint64_t start_time_ns,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 99 W.printHex("Segment", Block.Header.Segment);
148 W.printNumber("Segment", CoffGroup.Header.Segment);
178 W.printHex("Segment", CallSiteInfo.Header.Segment);
429 W.printHex("Segment", HeapAllocSite.Header.Segment);
524 W.printHex("Segment", Label.Header.Segment);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 132 if a.Segment != 0 {
133 s += fmt.Sprintf("%s:", plan9Reg[a.Segment])
152 if a.Segment != 0 || a.Disp == 0 || a.Index != 0 || a.Scale != 0 {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 132 if a.Segment != 0 {
133 s += fmt.Sprintf("%s:", plan9Reg[a.Segment])
152 if a.Segment != 0 || a.Disp == 0 || a.Index != 0 || a.Scale != 0 {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 76 import com.android.ide.common.api.Segment;
669 Segment s = resizeState.horizontalFillSegment;
674 Segment s = resizeState.verticalFillSegment;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DriverBinding.c 165 PCI Segment:Bus:Device.Function location
188 UINTN Segment, Bus, Device, Function;
197 EFI_ERROR (PciIo->GetLocation (PciIo, &Segment, &Bus, &Device,
210 sizeof (CHAR16) * (1 + 4 + // Segment
221 "%s %04x:%02x:%02x.%x", ControllerNameStem, (UINT32)Segment, (UINT32)Bus,
  /external/llvm/lib/MC/
MCContext.cpp 267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section,
272 // We unique sections by their segment/section pair. The returned section
278 Name += Segment;
293 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin);

Completed in 995 milliseconds

<<11121314151617181920>>