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

1 2 3 4 5 67 8 9

  /external/valgrind/main/perf/
tinycc.c 137 /* Type for section indices, which are 16-bit quantities. */
158 Elf32_Off e_shoff; /* Section header table file offset */
163 Elf32_Half e_shentsize; /* Section header table entry size */
164 Elf32_Half e_shnum; /* Section header table entry count */
165 Elf32_Half e_shstrndx; /* Section header string table index */
176 Elf64_Off e_shoff; /* Section header table file offset */
181 Elf64_Half e_shentsize; /* Section header table entry size */
182 Elf64_Half e_shnum; /* Section header table entry count */
183 Elf64_Half e_shstrndx; /* Section header string table index */
298 /* Section header. *
1203 Elf32_Section section; \/* Section header index of section affected, member in struct:__anon17464
2226 Section *section; member in struct:AttributeDef
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 274 protected void place0(Section addedTo, int offset) {
CodeItem.java 192 protected void place0(Section addedTo, int offset) {
MixedItemSection.java 34 * A section of a {@code .dex} file which consists of a sequence of
41 public final class MixedItemSection extends Section {
ClassDataItem.java 327 protected void place0(Section addedTo, int offset) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 274 protected void place0(Section addedTo, int offset) {
CodeItem.java 192 protected void place0(Section addedTo, int offset) {
MixedItemSection.java 34 * A section of a {@code .dex} file which consists of a sequence of
41 public final class MixedItemSection extends Section {
ClassDataItem.java 324 protected void place0(Section addedTo, int offset) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 274 protected void place0(Section addedTo, int offset) {
CodeItem.java 192 protected void place0(Section addedTo, int offset) {
MixedItemSection.java 34 * A section of a {@code .dex} file which consists of a sequence of
41 public final class MixedItemSection extends Section {
ClassDataItem.java 324 protected void place0(Section addedTo, int offset) {
  /external/llvm/include/llvm/Object/
MachO.h 49 // a section should be put in in the final object.
124 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const;
MachOFormat.h 249 /// @name Section Data
256 struct Section {
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 301 // Create section header
306 // Append section header in input
311 /// CreateSectionData - To create a section data for given pSection.
314 assert(!pSection.hasSectionData() && "pSection already has section data.");
341 /// CreateBSS - To create a bss section for given pSection
344 assert(!pSection.hasSectionData() && "pSection already has section data.");
345 assert((pSection.kind() == LDFileFormat::BSS) && "pSection is not a BSS section.");
537 if (pType == ResolveInfo::Section) {
538 // if it is a section symbol, its output LDSymbol is the input LDSymbol.
561 if (pType != ResolveInfo::Section) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 69 import org.eclipse.ui.forms.widgets.Section;
154 * @param title Title for the section
155 * @param description Description for the section
203 Section section = mMasterPart.getSection(); local
204 section.setText(mTitle);
205 section.setDescription(mDescription);
206 section.setLayout(new GridLayout());
207 section.setLayoutData(new GridData(GridData.FILL_BOTH));
209 Composite grid = SectionHelper.createGridLayout(section, toolkit, 2)
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 67 // This is called when an instruction is assembled into the specified section
71 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) {
75 // Create a symbol at in the current section for use in the line entry.
89 // Get the MCLineSection for this section, if one does not exist for this
90 // section create it.
93 MCLineSection *LineSection = MCLineSections.lookup(Section);
100 MCOS->getContext().addMCLineSection(Section, LineSection);
103 // Add the line entry to this section's entries.
130 // This emits the Dwarf line table for the specified section from the entries
134 const MCSection *Section,
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 29 \def\sectionautorefname{Section} % Write section with capital 'S'
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 134 // SymbolNum of 0 indicates the absolute section.
168 // section has only temporary symbols and thus the symbols don't have base
169 // symbols. This is encoded using the section ordinal and non-extern
221 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>(
223 if (Section.hasAttribute(MCSectionMachO::S_ATTR_DEBUG))
238 // The index is the section ordinal (1-based).
392 Twine("Section too large, can't encode "
529 // SymbolNum of 0 indicates the absolute section.
555 // The index is the section ordinal (1-based).
  /external/v8/test/mjsunit/
escape.js 33 // Section B.2.1 of ECMAScript 3
  /external/llvm/include/llvm/MC/
MCDwarf.h 152 /// created at the current address in the current section and the info from
169 // section and if there is information from the last .loc directive that
171 static void Make(MCStreamer *MCOS, const MCSection *Section);
175 /// for a section where machine instructions have been assembled after seeing
177 /// table for a section.
416 // This emits the frame info section.
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 727 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd",
730 OutStreamer.SwitchSection(Section);
761 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc",
764 OutStreamer.SwitchSection(Section);
854 // large data or debug section causes a branch to exceed 16M limit.
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 84 /// readHeader - read section header and create LDSections.
102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
103 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
104 // ignore the section if the LDSection* in input context is NULL
105 if (NULL == *section)
108 switch((*section)->kind()) {
111 assert(NULL != (*section)->getLink());
114 *(*section)->getLink()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 121 if (got.isLocal(rsym) && ResolveInfo::Section == rsym->type()) {
122 // Local section symbols consume local got entries.
168 // Note the addend is section symbol offset here
225 // If the flag of target section is not ALLOC, we will not scan this relocation
226 // but perform static relocation. (e.g., applying .debug section)
291 // Remember to add the section offset to ALO.
384 // Remember to add the section offset to A.
389 // llvm does not emits SHT_MIPS_REGINFO section.

Completed in 900 milliseconds

1 2 3 4 5 67 8 9