HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 176 - 200 of 216) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/tools/lto/
LTOModule.cpp 110 cl::desc("Don't place zero-initialized symbols into bss section"),
760 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
774 virtual void ChangeSection(const MCSection *Section) {}
788 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 197 /// This function is called after section merging but before read relocations.
209 LDSection* section = *iter; local
211 switch (section->kind()) {
215 if (!section->hasEhFrame())
219 if (!section->hasSectionData())
224 if (isCIdentifier(section->name())) {
225 llvm::StringRef start_name = llvm::StringRef("__start_" + section->name());
227 section->getSectionData()->front(), 0x0);
238 llvm::StringRef stop_name = llvm::StringRef("__stop_" + section->name());
240 section->getSectionData()->front(), section->size())
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 802 // Many of those are put into the .cstring section. The linker compresses
803 // that section by removing the spare \0s after the string terminator, so
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 30 ShowSectionData("dump-section-data", cl::desc("Dump the contents of sections"),
76 outs() << " # Section " << Index << "\n";
111 // Dump the section data, if requested.
143 InMemoryStruct<macho::Section> Sect;
146 Res = Error("unable to read section '" + Twine(i) + "'");
182 Res = Error("unable to read section '" + Twine(i) + "'");
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 59 cl::desc("Generate DWARF pubnames section"));
210 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section,
212 Asm->OutStreamer.SwitchSection(Section);
435 // .debug_range section has not been laid out yet. Emit offset in
500 // .debug_range section has not been laid out yet. Emit offset in
521 //.debug_inlined section specification does not clearly state how
524 // corresponding .debug_inlined section entry for this pair.
695 // compile unit in debug_line section.
802 // Prime section data.
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 67 // Compute the section layout order. Virtual sections must go last.
234 MCSectionData::MCSectionData() : Section(0) {}
237 : Section(&_Section),
308 // Otherwise, check if the section requires symbols even for temporary labels.
665 assert(Layout.getSectionFileSize(SD) == 0 && "Invalid size for section!");
667 // Check that contents are only things legal inside a virtual section.
671 default: llvm_unreachable("Invalid fragment in virtual section!");
674 // into a virtual section. This is to support clients which use standard
678 "Cannot have fixups in virtual section!");
681 "Invalid data value for virtual section!");
    [all...]
  /system/media/camera/docs/
html.mako 23 .section { font-size: 1.5em; font-weight: bold; background-color: beige; padding: 0.5em 0em 0.5em 0.1em }
111 % for section in metadata.find_all(lambda x: isinstance(x, metadata_model.Section)):
112 <li><p class="toc_section"><a href="#section_${section.name}">${section.name}</a></p>
114 % for prop in section.find_all(lambda x: isinstance(x, metadata_model.Entry)):
139 % for section in root.sections:
140 <tr><td colspan="7" id="section_${section.name}" class="section">${section.name}</td></tr
    [all...]
metadata_model.py 29 Section: A node corresponding to a <section> element.
406 Section(p.get_section(), outer_namespace))
418 "construct_sections (start), with section = '%s'")\
428 "construct_sections (end), with section = '%s'") \
432 def _construct_kinds(self, section):
433 for kind in section.kinds:
435 section.validate_tree()
437 group_entry_by_kind = itertools.groupby(section._leafs, lambda x: x.kind)
444 if idx >= len(section._kinds)
    [all...]
  /external/v8/tools/
test.py 1099 class Section(object):
1100 """A section of the configuration file. Sections are enabled or
1141 current_section = Section(Constant(True))
1149 new_section = Section(condition)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 105 hideSection(Section.APPS);
109 addClosedMenuFooter(apps.menu, 'apps', MENU_APPS, Section.APPS);
201 // We determine if the apps section is maximized, collapsed or in menu mode
202 // based on the class of the apps section.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 656 virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
  /external/valgrind/main/VEX/switchback/
linker.c 104 /* Indication of section kinds for loaded objects. Needed by
122 Section;
156 /* The section-kind entries for this object module. Linked
158 Section* sections;
404 /* Ignore the section header's string table. */
527 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
653 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
994 fprintf(stderr,"%s: no section header string table\n", oc->fileName);
998 fprintf(stderr, "Section header string table is section %d\n"
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 40 /* Indication of section kinds for loaded objects. Needed by
58 Section;
92 /* The section-kind entries for this object module. Linked
94 Section* sections;
338 /* Ignore the section header's string table. */
433 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
559 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
833 fprintf(stderr,"%s: no section header string table\n", oc->fileName);
837 fprintf(stderr, "Section header string table is section %d\n"
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 54 /// readRegularSection - read a regular section and create fragments.
104 // If the section should not be included, set the st_shndx SHN_UNDEF
105 // - A section in interrelated groups are not included.
122 // get ld_value - ld_value must be section relative.
128 // get section
129 LDSection* section = NULL; local
131 section = pInput.context()->getSection(st_shndx);
135 if (ResolveInfo::Section == ld_type) {
136 // Section symbol's st_name is the section index
387 LDSection* section = IRBuilder::CreateELFHeader(pInput, local
638 LDSection* section = NULL; local
896 LDSection* section = IRBuilder::CreateELFHeader(pInput, local
    [all...]
  /external/ceres-solver/docs/
build.tex 7 \section{Dependencies}
8 Ceres relies on a number of open source libraries, some of which are optional. For details on customizing the build process, please see Section~\ref{sec:custom}.
43 \section{Building on Linux}
149 \section{Building on OS X}
189 \section{Building on Windows with Visual Studio}
248 \section{Building on Android}
252 TODO(keir): Expand this section further.
254 \section{Compiler Flags to use when building your own applications}
259 \section{Customizing the Build Process}
  /external/v8/src/
regexp.js 36 // RegExp : Called as constructor; see ECMA-262, section 15.10.4.
90 // RegExp : Called as function; see ECMA-262, section 15.10.3.1.
216 // Section 15.10.6.3 doesn't actually make sense, but the intention seems to be
runtime.js 53 // ECMA-262 Section 11.9.3.
99 // ECMA-262, section 11.9.4, page 56.
118 // ECMA-262, section 11.8.5, page 53. The 'ncr' parameter is used as
162 // ECMA-262, section 11.6.1, page 50.
213 // ECMA-262, section 11.6.2, page 50.
221 // ECMA-262, section 11.5.1, page 48.
229 // ECMA-262, section 11.5.2, page 49.
237 // ECMA-262, section 11.5.3, page 49.
251 // ECMA-262, section 11.10, page 57.
259 // ECMA-262, section 11.10, page 57
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 396 // RFC 5114 Section 2.6
405 // RFC 5114 Section 2.7
420 // RFC 6605 Section 4
982 header.decCount(Section.ADDITIONAL);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 30 \section{\label{sec:intro}Introduction}
54 command-line usage section occurs relatively late in the document (see
55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
66 \newpage\section{\label{sec:getting-started}Getting Started}
78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
102 \newpage\section{\label{sec:output-overview}Output Overview}
151 Two other sets of results are presented in this section:
216 section, we show the number of incoming requests (Q), the number of
245 are to each other. The second section shows D2D seek distances --
266 by underlying drivers. The next section shows how often the reques
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 789 CAMLprim value llvm_set_section(value Section, LLVMValueRef Global) {
790 LLVMSetSection(Global, String_val(Section));
    [all...]

Completed in 1102 milliseconds

1 2 3 4 5 6 78 9