HomeSort by relevance Sort by last modified time
    Searched defs:sections (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /toolchain/binutils/binutils-2.27/include/elf/
internal.h 257 /* This structure is used to describe how sections should be assigned
294 /* Number of sections (may be 0). */
296 /* Sections. Actual number of elements is in count field. */
297 asection *sections[1]; member in struct:elf_segment_map
311 VMAs are checked for alloc sections. If STRICT, then a zero size
314 sections won't match at the start or end of PT_DYNAMIC, unless
318 SHF_TLS sections. */ \
323 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
324 sections at all. */ \
328 /* PT_LOAD and similar segments only have SHF_ALLOC sections. */
    [all...]
  /external/kotlinc/lib/
kotlin-source-sections-compiler-plugin.jar 
  /art/dex2oat/
dex2oat_test.cc 1388 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); local
    [all...]
  /art/runtime/
oat_file.cc 1851 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); local
    [all...]
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java 861 ApkUtils.ZipSections sections = ApkUtils.findZipSections(DataSources.asDataSource(apk)); local
    [all...]
  /external/elfutils/src/
unstrip.c 351 Because of this, the related sections can shrink in the stripped
426 /* Update relocation sections using the symbol table. */
566 /* Adjust all the relocation sections in the file. */
585 sections, even the unallocated ones. To match it as closely as
586 possible, add in section symbols for the added sections. */
732 /* Sort all non-allocated sections last. */
907 /* Return true if the flags of the sections match, ignoring the SHF_INFO_LINK
924 sections_match (const struct section *sections, size_t i,
927 return (sections_flags_match (sections[i].shdr.sh_flags, shdr->sh_flags,
928 sections[i].shdr.sh_type
1303 struct section sections[stripped_shnum - 1]; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 117 final String sections[] = bundle.getStringArray(Contacts local
120 final ContactsSectionIndexer indexer = (sections == null || counts == null)
121 ? null : new ContactsSectionIndexer(sections, counts);
136 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 500 String sections[] = local
507 String allSections[] = new String[sections.length + 1];
509 for (int i = 0; i < sections.length; i++) {
510 allSections[i + 1] = sections[i];
517 setIndexer(new ContactsSectionIndexer(sections, counts));
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java 481 String[] sections = bundle.getStringArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES); local
486 String[] allSections = new String[sections.length + 1];
488 for (int i = 0; i < sections.length; i++) {
489 allSections[i + 1] = sections[i];
496 setIndexer(new ContactsSectionIndexer(sections, counts));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 294 XkbSectionPtr sections; member in struct:_XkbGeometry
  /toolchain/binutils/binutils-2.27/bfd/
coff-sh.c 2899 asection **sections = NULL; local
    [all...]
elf-m10300.c 4447 asection **sections = NULL; local
    [all...]
elf32-avr.c 3130 asection **sections = NULL; local
    [all...]
elf64-sh64.c 2109 asection **sections = NULL; local
    [all...]
mach-o.h 105 /* Linked list of sections. */
179 offsets and sizes to the pool of relocation entries for all sections
320 /* The sections that contain "symbol pointers" and "routine stubs" have
339 entries of non-merged sections are not referenced through the section
352 For sections that are merged across modules there must not be any
353 remaining external relocation entries for them (for merged sections
603 /* Flatten array of sections. The array is 0-based. */
605 bfd_mach_o_section **sections; member in struct:mach_o_data_struct
736 const mach_o_section_name_xlat *sections; member in struct:mach_o_segment_name_xlat
elf32-sh.c 5546 asection **sections = NULL; local
    [all...]
elf.c 406 Elf_Internal_Shdr **sections = elf_elfsections (ibfd); local
415 if (sections[entry->hdr.sh_link] == symtab_hdr)
539 sections. The first element is the flags, the rest are section
583 /* If num_group is zero, read in all SHT_GROUP sections. The count
584 is set to -1 if there are no SHT_GROUP sections. */
615 /* We keep a list of elf section headers for group sections,
635 /* Add to list of sections. */
713 (*_bfd_error_handler) (_("%B: no valid group sections found"), abfd);
730 /* Look through this group's sections to see if current
796 for (s = abfd->sections; s != NULL; s = s->next
4402 asection **sections = NULL; local
6461 asection **sections; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
stabs.c 49 /* TRUE if this is stabs in sections. */
50 bfd_boolean sections; member in struct:stab_handle
351 start_stab (void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections,
359 ret->sections = sections;
426 if (! info->sections)
596 if (info->sections)
644 /* For stabs in sections, line numbers and block addresses
646 if (info->sections)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
dw2gencfi.c 511 frchain_now->frch_cfi_data->cur_fde_data->sections = all_cfi_sections;
1199 int sections = 0;
1213 sections |= CFI_EMIT_eh_frame;
1215 sections |= CFI_EMIT_debug_frame;
1220 sections |= CFI_EMIT_eh_frame_compact;
1225 sections |= CFI_EMIT_target;
1252 && (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact))
1254 != (sections & (CFI_EMIT_eh_frame | CFI_EMIT_eh_frame_compact)))
1256 cfi_sections = sections;
1326 /* Exclude .debug_frame sections for Compact EH. *
1195 int sections = 0; local
    [all...]
  /art/dex2oat/linker/
image_writer.cc 99 // Real image end including ArtMethods and ArtField sections.
583 // Move known dirty objects into their own sections. This includes:
1935 ImageSection sections[ImageHeader::kSectionCount]; local
1970 sections, local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 54 /** All IDs and definitions sections */
172 // computeSizesFromOffsets expects sections sorted by offset, so make it so
173 Arrays.sort(contentsOut.sections);
243 * Merges already-sorted sections, reading one value from each dex into memory
247 TableOfContents.Section[] sections = new TableOfContents.Section[dexes.length]; local
258 sections[i] = getSection(dexes[i].getTableOfContents());
259 dexSections[i] = sections[i].exists() ? dexes[i].open(sections[i].off) : null;
262 dexSections[i], sections[i], indexMaps[i], indexes[i], values, i);
277 offsets[dex] = readIntoMap(dexSections[dex], sections[dex]
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 993 final Object[] sections = mSections; local
1114 final Object[] sections = mSections; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 90 // A set of sections for a compilation unit or type unit.
95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; member in struct:gold::Unit_set
98 : signature(0), sections()
158 // Return the number of sections in the input object file.
223 // Add a set of .debug_info.dwo or .debug_types.dwo and related sections
235 // Flags indicating which sections are compressed.
295 // Lay out the input sections.
300 // Layout sections whose layout was deferred while waiting for
401 // Process the relocs to find list of referenced sections. Used only
433 // Relocate the input sections and write out the local symbols
1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; local
1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 

Completed in 742 milliseconds

1 2 3 45 6 7 8 91011