Searched defs:sections (Results 1 - 25 of 33) sorted by relevance

12

/external/autotest/client/site_tests/webstore_SanityTest/
H A Dwebstore_SanityTest.py23 sections = ['Featured', 'More recommendations'] variable in class:webstore_SanityTest
30 for section in self.sections:
/external/swiftshader/src/Common/
H A DConfigurator.hpp61 std::vector<Section> sections; member in class:sw::Configurator
/external/google-breakpad/src/common/linux/
H A Delfutils-inl.h49 const typename ElfClass::Shdr* sections,
54 assert(sections != NULL);
62 const char* section_name = section_names + sections[i].sh_name;
63 if (sections[i].sh_type == section_type &&
66 return sections + i;
46 FindElfSectionByName( const char* name, typename ElfClass::Word section_type, const typename ElfClass::Shdr* sections, const char* section_names, const char* names_end, int nsection) argument
H A Delfutils.cc60 const Shdr* sections = local
62 const Shdr* section_names = sections + elf_header->e_shstrndx;
69 sections, names, names_end,
H A Ddump_symbols.cc242 // Build a map of the ELF file's sections.
243 const Shdr* sections = local
246 const Shdr* section_names = sections + elf_header->e_shstrndx;
248 const Shdr* section = &sections[i];
525 // Keeps track of which sections have been loaded so sections don't
580 std::set<string> loaded_sections_; // Tracks the Loaded ELF sections
605 const Shdr* sections = local
607 const Shdr* section_names = sections + elf_header->e_shstrndx;
619 sections, name
[all...]
/external/libxml2/doc/examples/
H A Dindex.py18 sections = {} variable
94 global sections
137 if sections.has_key(section):
138 sections[section].append(filename)
140 sections[section] = [filename]
203 global sections
205 output.write(" <sections>\n")
206 keys = sections.keys()
210 info = sections[section]
216 output.write(" </sections>\
[all...]
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h118 const SectionMap& sections,
123 linehandler_(linehandler), sections_(sections),
112 CUFunctionInfoHandler(std::vector<SourceFileInfo>* files, std::vector<string>* dirs, LineMap* linemap, FunctionMap* offset_to_funcinfo, FunctionMap* address_to_funcinfo, CULineInfoHandler* linehandler, const SectionMap& sections, ByteReader* reader) argument
H A Ddwarf2reader.cc54 CompilationUnit::CompilationUnit(const SectionMap& sections, uint64 offset, argument
57 sections_(sections), handler_(handler), abbrevs_(NULL),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java60 private final Markable[] sections = new Markable[] { field in class:DexPool
104 for (Markable section: sections) {
115 for (Markable section: sections) {
/external/elfutils/libdwfl/
H A Dderelocate.c189 possible target sections we care about. */
274 struct dwfl_relocation *sections = mod->reloc_info; local
276 if (idx >= sections->count)
280 *shndxp = elf_ndxscn (sections->refs[idx].scn);
282 return sections->refs[idx].name;
326 struct dwfl_relocation *sections = mod->reloc_info; local
328 /* The sections are sorted by address, so we can use binary search. */
329 size_t l = 0, u = sections->count;
333 if (*addr < sections->refs[idx].start)
335 else if (*addr > sections
[all...]
/external/python/cpython2/Lib/
H A DConfigParser.py3 A setup file consists of sections, lead by a "[section]" header,
33 sections()
248 def sections(self): member in class:RawConfigParser
467 The sections in setup file contains a title line at the top,
508 # So sections can't start with a continuation line
/external/llvm/include/llvm/Object/
H A DObjectFile.h68 /// sections in the object file.
256 section_iterator_range sections() const { function in class:llvm::object::ObjectFile
H A DELF.h114 Elf_Shdr_Range sections() const { function in class:llvm::object::ELFFile
370 // Get string table sections.
/external/selinux/libsepol/src/
H A Dmodule.c375 size_t ** offsets, uint32_t * sections)
401 nsec = *sections = le32_to_cpu(buf[2]);
404 ERR(file->handle, "too many sections (%u) in module package",
457 /* Flags for which sections have been seen during parsing of module package. */
507 "found multiple file contexts sections in module package (at section %u)",
534 "found multiple seuser sections in module package (at section %u)",
557 "found multiple user_extra sections in module package (at section %u)",
582 "found multiple netfilter contexts sections in module package (at section %u)",
609 "found multiple module sections in module package (at section %u)",
698 "found multiple file contexts sections i
373 module_package_read_offsets(sepol_module_package_t * mod, struct policy_file *file, size_t ** offsets, uint32_t * sections) argument
[all...]
/external/elfutils/src/
H A Delfcompress.c275 /* Which sections match and need to be (un)compressed. */
276 unsigned int *sections = NULL; local
278 /* How many sections are we talking about? */
284 sections[ndx / WORD_BITS] |= (1U << (ndx % WORD_BITS));
289 return (sections[ndx / WORD_BITS] & (1U << (ndx % WORD_BITS))) != 0;
322 free (sections);
376 /* How many sections are we talking about? */
379 error (0, 0, "Couldn't get number of sections in %s: %s",
386 error (0, 0, "ELF file %s has no sections", fname);
390 sections
[all...]
H A Dunstrip.c351 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[
922 sections_match(const struct section *sections, size_t i, const GElf_Shdr *shdr, const char *name) argument
935 find_alloc_section(const GElf_Shdr *shdr, GElf_Addr bias, const char *name, struct section sections[], size_t nalloc) argument
978 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) argument
1214 new_shstrtab(Elf *unstripped, size_t unstripped_shnum, Elf_Data *shstrtab, size_t unstripped_shstrndx, struct section *sections, size_t stripped_shnum, struct Ebl_Strtab *strtab) argument
1303 struct section sections[stripped_shnum - 1]; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c1010 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon7822
1141 uprv_strncpy((char *)objHeader.sections[0].Name, ".drectve", 8);
1142 objHeader.sections[0].SizeOfRawData=length;
1143 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER;
1144 objHeader.sections[0].Characteristics=IMAGE_SCN_LNK_INFO|IMAGE_SCN_LNK_REMOVE|IMAGE_SCN_ALIGN_1BYTES;
1147 uprv_strncpy((char *)objHeader.sections[1].Name, ".rdata", 6);
1148 objHeader.sections[1].SizeOfRawData=size;
1149 objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+length;
1150 objHeader.sections[1].Characteristics=IMAGE_SCN_CNT_INITIALIZED_DATA|IMAGE_SCN_ALIGN_16BYTES|IMAGE_SCN_MEM_READ;
1166 T_FileStream_write(out, &objHeader, objHeader.sections[
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc438 const GElf_Shdr *sections = local
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp117 typedef std::vector<std::unique_ptr<COFFSection>> sections; typedef in class:__anon12868::WinCOFFObjectWriter
126 sections Sections;
273 report_fatal_error("two sections have the same comdat");
381 report_fatal_error("conflicting sections for symbol");
808 "PE COFF object files can't have more than 2147483647 sections");
891 // Fixup associative COMDAT sections.
997 sections::iterator i, ie;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp126 typedef std::vector<COFFSection*> sections; typedef in class:__anon19950::WinCOFFObjectWriter
134 sections Sections;
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
736 for (sections::iterator i = Sections.begin(),
840 sections::iterator i, ie;
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/valgrind/perf/
H A Dtinycc.c714 /* Version definition sections. */
1171 /* Entries found in sections of type SHT_MIPS_GPTAB. */
1187 /* Entry found in sections of type SHT_MIPS_REGINFO. */
1196 /* Entries found in sections of type SHT_MIPS_OPTIONS. */
1386 /* Entries found in sections of type SHT_MIPS_LIBLIST. */
1417 /* Entries found in sections of type SHT_MIPS_CONFLICT. */
2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
2338 /* bound check related sections */
2341 /* symbol sections */
2344 /* debug sections */
2430 Section **sections; member in struct:TCCState
[all...]
/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 597 milliseconds

12