HomeSort by relevance Sort by last modified time
    Searched defs:Section (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 30 WebInspector.Section = function(title, subtitle)
33 this.element.className = "section";
56 WebInspector.Section.prototype = {
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h 20 enum Section {
21 // If one of these is set, the corresponding section shows large thumbnails,
29 // If one of these is set, then the corresponding section is shown in a menu
45 // Expands |section|, collapsing any previously expanded section. This is the
46 // same thing that happens if a user clicks on |section|.
47 static void SetShownSection(PrefService* prefs, Section section);
  /external/llvm/lib/MC/
MCSymbol.cpp 16 // Sentinel value for the absolute pseudo section.
61 // Variables should always be marked as in the same "section" as the value.
62 const MCSection *Section = Value->FindAssociatedSection();
63 if (Section) {
64 setSection(*Section);
MCELFStreamer.cpp 46 const MCSectionELF &Section =
49 if (Section.getFlags() & ELF::SHF_TLS)
84 void MCELFStreamer::ChangeSection(const MCSection *Section) {
85 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();
88 this->MCObjectStreamer::ChangeSection(Section);
207 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
212 Symbol->setSection(*Section);
249 // Update the maximum alignment on the current section if necessary.
264 // Update the maximum alignment on the current section if necessary.
362 const MCSection &Section = Symbol.getSection()
    [all...]
WinCOFFStreamer.cpp 68 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
70 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
90 void SetSection(StringRef Section,
93 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
136 assert(!Symbol->isInSection() && "Symbol must not already have a section!");
151 const MCSection *Section = MCStreamer::getContext().getCOFFSection(
154 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
161 Symbol->setSection(*Section);
194 : true) && "Got non COFF section in the COFF backend!");
238 : true) && "Got non COFF section in the COFF backend!")
    [all...]
MachObjectWriter.cpp 196 // struct section (68 bytes) or
202 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection());
203 WriteBytes(Section.getSectionName(), 16);
204 WriteBytes(Section.getSegmentName(), 16);
214 unsigned Flags = Section.getTypeAndAttributes();
224 Write32(Section.getStubSize()); // reserved2
376 const MCSectionMachO &Section =
379 if (Section.getType() != MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS)
382 // Initialize the section indirect symbol base, if necessary.
393 const MCSectionMachO &Section
    [all...]
WinCOFFObjectWriter.cpp 71 COFFSection *Section;
96 COFF::section Header;
168 void WriteSectionHeader(const COFF::section &S);
211 , Section(NULL)
231 // no section means its external, keep it
232 if (Section == NULL)
237 assert(Section->Number != -1 && "Sections with relocations must be real!");
241 // if the section its in is being droped, drop it
242 if (Section->Number == -1)
245 // if it is the section symbol, keep i
    [all...]
MCDwarf.cpp 64 // This is called when an instruction is assembled into the specified section
68 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) {
72 // Create a symbol at in the current section for use in the line entry.
86 // Get the MCLineSection for this section, if one does not exist for this
87 // section create it.
90 MCLineSection *LineSection = MCLineSections.lookup(Section);
97 MCOS->getContext().addMCLineSection(Section, LineSection);
100 // Add the line entry to this section's entries.
126 // This emits the Dwarf line table for the specified section from the entries
130 const MCSection *Section,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 171 /// section. This can be done with a special directive if the target supports
173 /// of the section.
175 /// SectionLabel is a temporary label emitted at the start of the section that
186 // Get the section that we're referring to, based on SectionLabel.
187 const MCSection &Section = SectionLabel->getSection();
189 // If Label has already been emitted, verify that it is in the same section as
190 // section label for sanity.
191 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
192 "Section offset using wrong section base for label")
    [all...]
  /external/llvm/include/llvm/MC/
MCSymbol.h 30 /// Section member is set to indicate what section it lives in. Otherwise, if
31 /// it is a reference to an external entity, it has a null section.
33 // Special sentinal value for the absolute pseudo section.
42 /// Section - The section the symbol is defined in. This is null for
45 const MCSection *Section;
62 : Name(name), Section(0), Value(0),
87 /// Defined symbols are either absolute or in some section.
89 return Section != 0
    [all...]
MCAssembler.h 62 /// Parent - The data for the section this fragment is in.
75 /// Offset - The offset of this fragment in its section. This is ~0 until
443 const MCSection *Section;
445 /// Ordinal - The section index in the assemblers section list.
448 /// LayoutOrder - The index of this section in the layout order.
451 /// Alignment - The maximum alignment seen in this section.
459 /// HasInstructions - Whether this section has had instructions emitted into
468 MCSectionData(const MCSection &Section, MCAssembler *A = 0);
470 const MCSection &getSection() const { return *Section; }
    [all...]
  /external/llvm/test/Scripts/
elf-dump 54 class Section:
95 def dumpSymtab(f, section, strtab):
96 entries = section.sh_size[0] // section.sh_entsize[0]
99 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
118 def dumpRel(f, section, dumprela = False):
119 entries = section.sh_size[0] // section.sh_entsize[0]
122 f.seek(section.sh_offset[0] + index * section.sh_entsize[0]
    [all...]
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 44 // A section contains an image that shows a status (good or bad), a title, an
46 class Section : public views::View,
49 Section(PageInfoBubbleView* owner,
53 virtual ~Section();
66 // The view that owns this Section object.
77 DISALLOW_COPY_AND_ASSIGN(Section);
150 layout->AddView(new Section(this, info, icon, cert_id_ > 0));
176 Section section(this, info, icon, cert_id_ > 0);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java 24 * A section of a {@code .dex} file. Each section consists of a list
27 public abstract class Section {
69 public Section(String name, DexFile file, int alignment) {
194 * be contained in this section. This is only valid to call
219 * Gets the collection of all the items in this section.
280 * Returns the name of this section, for annotation purposes.
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 24 * A section of a {@code .dex} file. Each section consists of a list
27 public abstract class Section {
69 public Section(String name, DexFile file, int alignment) {
194 * be contained in this section. This is only valid to call
219 * Gets the collection of all the items in this section.
280 * Returns the name of this section, for annotation purposes.
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 95 // We follow gcc, MC follows gas. For example, given ".section .eh_frame",
96 // both gas and MC will produce a section with no flags. Given
97 // section(".eh_frame") gcc will produce
98 // .section .eh_frame,"a",@progbits
101 // Some lame default implementation based on some magic section names.
179 // Infer section flags from the section name if we can.
187 /// getSectionPrefixForGlobal - Return the section prefix name used by options
201 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
209 // If we have -ffunction-section or -fdata-section then we should emit th
    [all...]