Searched refs:Section (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPropertiesSection.js34 WebInspector.Section.call(this, title, subtitle);
39 WebInspector.PropertiesSection.prototype.__proto__ = WebInspector.Section.prototype;
H A DSection.js26 WebInspector.Section = function(title, subtitle)
61 WebInspector.Section.Event = {
65 WebInspector.Section.prototype = {
204 this.dispatchEventToListeners(WebInspector.Section.Event.VisibleContentDidChange);
227 WebInspector.Section.prototype.__proto__ = WebInspector.Object.prototype;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSymbol.h31 /// Section member is set to indicate what section it lives in. Otherwise, if
43 /// Section - The section the symbol is defined in. This is null for
46 const MCSection *Section; member in class:llvm::MCSymbol
63 : Name(name), Section(0), Value(0),
90 return Section != 0;
106 return Section == AbsolutePseudoSection;
113 return *Section;
117 void setSection(const MCSection &S) { Section = &S; }
121 Section = 0;
125 void setAbsolute() { Section
[all...]
H A DMCSectionCOFF.h38 MCSectionCOFF(StringRef Section, unsigned Characteristics, argument
40 : MCSection(SV_COFF, K), SectionName(Section),
H A DMCAsmBackend.h77 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
85 virtual bool isSectionAtomizable(const MCSection &Section) const {
H A DMCContext.h198 /// @name Section Management
204 StringRef Section,
209 StringRef Section,
212 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
215 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
218 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
224 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
227 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, argument
229 return getCOFFSection (Section, Characteristics, 0, Kind);
208 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, SectionKind K) argument
H A DMCSectionELF.h48 MCSectionELF(StringRef Section, unsigned type, unsigned flags, argument
50 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DinstallManPage87 *.1) Section=1 ;;
88 *.3) Section=3 ;;
89 *.n) Section=n ;;
102 Target=$Target.$Section$Suffix
/macosx-10.10/tcl-105/tk/tk/unix/
H A DinstallManPage87 *.1) Section=1 ;;
88 *.3) Section=3 ;;
89 *.n) Section=n ;;
102 Target=$Target.$Section$Suffix
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBlackList.h52 bool inSection(const StringRef Section, const StringRef Query);
/macosx-10.10/vim-55/runtime/indent/
H A Dxf86conf.vim28 if getline(lnum) =~? '^\s*\(Sub\)\=Section\>'
32 if getline(v:lnum) =~? '^\s*End\(Sub\)\=Section\>'
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkpod68 print " Section $1 begins\n" if $Verbose ;
70 $Section{$1} = '' unless $Section{$1} ;
79 print " Section $1 ends\n" if $Verbose ;
91 #{ $Section{$_} .= " $line" }
92 { $Section{$_} .= $line }
93 $Section{$_} .= "\n" ;
132 unless $Section{$1} ;
135 print POD $Section{$1} ;
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection(); local
61 if (Section)
62 setSection(*Section);
H A DELFObjectWriter.cpp61 const MCSectionELF &Section);
336 const MCSectionELF &Section);
418 // e_shentsize = Section header entry size
427 // e_shstrndx = Section # of '.shstrtab'
595 const MCSectionELF &Section = local
597 if (Section.getType() == ELF::SHT_RELA ||
598 Section.getType() == ELF::SHT_REL ||
599 Section.getType() == ELF::SHT_STRTAB ||
600 Section.getType() == ELF::SHT_SYMTAB ||
601 Section
651 const MCSectionELF &Section = local
833 const MCSectionELF &Section = local
842 const MCSectionELF &Section = local
917 const MCSectionELF &Section = local
985 const MCSectionELF &Section = local
1013 const MCSectionELF &Section = local
1172 const MCSectionELF &Section = local
1186 const MCSectionELF &Section = *Sections[I]; local
1224 const MCSectionELF &Section = local
1247 const MCSectionELF &Section = local
1260 WriteSection(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, uint32_t GroupSymbolIndex, uint64_t Offset, uint64_t Size, uint64_t Alignment, const MCSectionELF &Section) argument
1364 WriteDataSectionData(MCAssembler &Asm, const MCAsmLayout &Layout, const MCSectionELF &Section) argument
1408 const MCSectionELF &Section = *Sections[i]; local
1429 const MCSectionELF &Section = local
1437 const MCSectionELF &Section = local
1447 const MCSectionELF &Section = local
1495 const MCSectionELF &Section = *Sections[i]; local
1516 const MCSectionELF &Section = *Sections[i]; local
[all...]
H A DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { argument
65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, argument
67 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
H A DMCSectionMachO.cpp1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===//
75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
78 assert(Segment.size() <= 16 && Section.size() <= 16 &&
86 if (i < Section.size())
87 SectionName[i] = Section[i];
181 StringRef &Section, // Out.
207 Section = Comma.first;
208 StripSpaces(Section);
211 if (Section.empty() || Section
179 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCELFStreamer.cpp57 virtual void ChangeSection(const MCSection *Section);
93 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, argument
97 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
129 void SetSection(StringRef Section, unsigned Type, unsigned Flags, argument
131 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
169 const MCSectionELF &Section = local
172 if (Section.getFlags() & ELF::SHF_TLS)
207 void MCELFStreamer::ChangeSection(const MCSection *Section) { argument
208 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();
211 this->MCObjectStreamer::ChangeSection(Section);
332 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", local
498 const MCSection &Section = Symbol.getSection(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp213 SectionEntry &Section = Sections[Rel.SectionID]; local
214 uint8_t *Target = Section.Address + Rel.Offset;
258 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress;
269 (uint64_t)Section.Address + i->second,
273 Stubs[Value] = Section.StubOffset;
274 uint8_t *StubTargetAddr = createStubFunction(Section.Address +
275 Section.StubOffset);
276 RelocationEntry RE(Rel.SectionID, StubTargetAddr - Section.Address,
283 (uint64_t)Section.Address + Section
[all...]
H A DRuntimeDyldELF.cpp443 SectionEntry &Section = Sections[Rel.SectionID]; local
444 uint8_t *Target = Section.Address + Rel.Offset;
449 resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address +
455 Stubs[Value] = Section.StubOffset;
456 uint8_t *StubTargetAddr = createStubFunction(Section.Address +
457 Section.StubOffset);
458 RelocationEntry RE(Rel.SectionID, StubTargetAddr - Section.Address,
465 resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address +
466 Section.StubOffset, RelType, 0);
467 Section
472 SectionEntry &Section = Sections[Rel.SectionID]; local
[all...]
H A DRuntimeDyld.cpp219 const SectionRef &Section,
226 for (relocation_iterator i = Section.begin_relocations(),
227 e = Section.end_relocations(); i != e; i.increment(err), Check(err))
232 Check(Section.getContents(data));
233 Check(Section.getAlignment(Alignment64));
240 Check(Section.isRequiredForExecution(IsRequired));
241 Check(Section.isVirtual(IsVirtual));
242 Check(Section.isZeroInit(IsZeroInit));
243 Check(Section.getSize(DataSize));
277 Obj.updateSectionAddress(Section, (uint64_
218 emitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode) argument
298 findOrEmitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_object.py4 from ..object import Section
21 assert isinstance(section, Section)
54 assert isinstance(section, Section)
/macosx-10.10/vim-55/src/VisVim/
H A DVisVim.h24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
H A DReg.cpp26 // HKEY_CURRENT_USER\"Software"\RegistryKey\AppName\Section
30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) argument
34 RegCreateKeyEx (hAppKey, Section, 0, REG_NONE,
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dada.vim43 " Section: Comments {{{1
49 " Section: case {{{1
54 " Section: formatoptions {{{1
58 " Section: Tagging {{{1
79 " Section: Completion {{{1
99 " Section: Matchit {{{1
119 " Section: Compiler {{{1
134 " Section: Folding {{{1
152 " Section: Abbrev {{{1
161 " Section
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dada.vim38 " Section: Ada is entirely case-insensitive. {{{1
42 " Section: Highlighting commands {{{1
71 " Section: others {{{1
75 " Section: Operatoren {{{1
89 " Section: <> {{{1
95 " Section: rainbow color {{{1
105 " Section: := {{{1
113 " Section: Numbers, including floating point, exponents, and alternate bases. {{{1
118 " Section: Identify leading numeric signs {{{1
127 " Section
[all...]

Completed in 227 milliseconds

123456