Searched defs:section (Results 51 - 75 of 186) sorted by last modified time

12345678

/external/lldb/source/Symbol/
H A DObjectFile.cpp467 ObjectFile::ReadSectionData (const Section *section, off_t section_offset, void *dst, size_t dst_len) const argument
470 if (section->GetObjectFile() != this)
471 return section->GetObjectFile()->ReadSectionData (section, section_offset, dst, dst_len);
479 const addr_t base_load_addr = section->GetLoadBaseAddress (&process_sp->GetTarget());
486 const uint64_t section_file_size = section->GetFileSize();
493 return CopyData (section->GetFileOffset() + section_offset, section_dst_len, dst);
497 if (section->GetType() == eSectionTypeZeroFill)
499 const uint64_t section_size = section->GetByteSize();
513 // Get the section dat
516 ReadSectionData(const Section *section, DataExtractor& section_data) const argument
551 MemoryMapSectionData(const Section *section, DataExtractor& section_data) const argument
[all...]
/external/lldb/source/Target/
H A DSectionLoadList.cpp44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const
46 // TODO: add support for the same section having multiple load addresses
48 if (section)
51 sect_to_addr_collection::const_iterator pos = m_sect_to_addr.find (section.get());
60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple) argument
66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec());
67 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")",
69 section.get(),
71 section->GetName().AsCString(),
75 if (section
[all...]
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c121 struct section s;
127 /* Although each section is given it's own offset, nlist.n_value
128 * references the offset of the first section. This isn't
130 * data section is the same as the first section. However, with
131 * debug sections mixed in, the offset of the debug section
132 * increases but n_value still references the first section.
139 memcpy(&s, seg_buf, sizeof(struct section));
345 log_msg("Failed to parse ELF string table: section %d, index %d\n",
355 log_msg("Failed to parse ELF string table: section
714 int16_t section = get_le16(ptr + 12); // section number local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c173 static void zero_stats(FIRSTPASS_STATS *section) argument
175 section->frame = 0.0;
176 section->intra_error = 0.0;
177 section->coded_error = 0.0;
178 section->ssim_weighted_pred_err = 0.0;
179 section->pcnt_inter = 0.0;
180 section->pcnt_motion = 0.0;
181 section->pcnt_second_ref = 0.0;
182 section->pcnt_neutral = 0.0;
183 section
195 accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) argument
217 subtract_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) argument
239 avg_stats(FIRSTPASS_STATS *section) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c164 static void zero_stats(FIRSTPASS_STATS *section) { argument
165 section->frame = 0.0;
166 section->intra_error = 0.0;
167 section->coded_error = 0.0;
168 section->sr_coded_error = 0.0;
169 section->ssim_weighted_pred_err = 0.0;
170 section->pcnt_inter = 0.0;
171 section->pcnt_motion = 0.0;
172 section->pcnt_second_ref = 0.0;
173 section
187 accumulate_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
211 subtract_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
234 avg_stats(FIRSTPASS_STATS *section) argument
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Demms.asm14 section .text label
H A Dx86_abi_support.asm367 ; Name of the rodata section
372 %define SECTION_RODATA section .text
375 section .text label
378 %define SECTION_RODATA section .data
380 %define SECTION_RODATA section .rodata
386 section .note.GNU-stack noalloc noexec nowrite progbits label
387 section .text label
389 section .note.GNU-stack noalloc noexec nowrite progbits label
390 section .text label
392 section label
393 section .text label
[all...]
/external/libunwind/src/
H A Delfxx.c45 Debug (1, "section table outside of image? (%lu > %lu)\n",
55 elf_w (string_table) (struct elf_image *ei, int section) argument
64 str_soff = soff + (section * ehdr->e_shentsize);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c395 * One function invocation generates one section table.
400 * 2. Allocate the section table with possible optimization for linear access.
401 * 3. Write temporary version of the section table with start indexes of
404 * 0: write 0 as a result value (unused byte in linear-access section table)
422 uint32_t *section; local
445 /* step 2: allocate the section; set count, section */
461 fprintf(stderr, "error: toUnicode extension table section overflow: %ld section entries\n", (long)count);
465 /* allocate the section
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h58 /* Type for section indices, which are 16-bit quantities. */
281 Elf32_Word sh_link; /* Link to another section */
282 Elf32_Word sh_info; /* Additional section information */
284 Elf32_Word sh_entsize; /* Entry size if section holds table */
295 Elf64_Word sh_link; /* Link to another section */
296 Elf64_Word sh_info; /* Additional section information */
298 Elf64_Xword sh_entsize; /* Entry size if section holds table */
301 /* Special section indices. */
303 #define SHN_UNDEF 0 /* Undefined section */
306 #define SHN_BEFORE 0xff00 /* Order section befor
1497 Elf32_Section section; /* Section header index of section affected, member in struct:__anon21256
[all...]
/external/elfutils/0.153/src/
H A Dld.h145 /* Index of the section header string table section. We use a
148 might be stored in the section header of section zero. The
156 /* Handle for the section. Note that we can store a section
159 assume the section reference remains valid at all times. */
169 /* Offset of this files section in the combined section. */
171 /* Index of the section i
571 struct filemask_section_name *section; member in union:input_rule::__anon21295
600 struct output_section section; member in union:output_rule::__anon21297
[all...]
H A Dreadelf.c83 { "section-headers", 'S', NULL, 0, N_("Display the sections' headers"), 0 },
95 N_("Display DWARF section content. SECTION can be one of abbrev, "
145 /* True if the section headers should be printed. */
154 /* True if section groups should be printed. */
163 /* True if note section content should be printed. */
166 /* True if SHF_STRINGS section content should be printed. */
412 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"),
797 printf (gettext (" Start of section headers: %" PRId64 " %s\n"),
823 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"),
826 printf (gettext (" Number of section header
4489 notice_listptr(enum section_e section, struct listptr_table *table, uint_fast8_t address_size, uint_fast8_t offset_size, Dwarf_Off offset) argument
[all...]
H A Dunstrip.c90 N_("Apply relocations to section contents in ET_REL files"), 0 },
281 _("cannot copy section header: %s"));
284 ELF_CHECK (data != NULL, _("cannot get section data: %s"));
286 ELF_CHECK (newdata != NULL, _("cannot copy section data: %s"));
314 /* The binutils linker leaves gratuitous section symbols in .symtab
316 symbol for every section, even unallocated ones, in .dynsym.
320 version of the section header, so it can appear larger. */
335 /* See if this symbol table has a leading section symbol for every single
336 section, in order. The binutils linker produces this. While we're here,
337 update each section symbo
647 struct section struct
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/e2fsck/
H A Dprofile.c188 (struct profile_node *section,
193 (struct profile_node *section,
1036 * Each node may represent either a relation or a section header.
1038 * A section header must have its value field set to 0, and may a one
1146 * Add a node to a particular section
1148 errcode_t profile_add_node(struct profile_node *section, const char *name, argument
1154 CHECK_MAGIC(section);
1156 if (section->value)
1164 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
1173 new->group_level = section
1203 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument
1338 struct profile_node *section, *p; local
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c1024 static int profile_has_subsection(profile_t prof, const char *section, argument
1032 names[0] = section;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DMapItem.java37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
102 // Add a MapItem for the final items in the section.
103 items.add(new MapItem(currentType, section,
105 } else if (section
124 MapItem(ItemType type, Section section, Item firstItem, Item lastItem, int itemCount) argument
161 MapItem(Section section) argument
[all...]

Completed in 538 milliseconds

12345678