Home
last modified time | relevance | path

Searched refs:section_names (Results 1 – 18 of 18) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_ucm.c263 struct section_name *section_names = NULL, *s_name; in ucm_get_sections_for_var() local
295 DL_APPEND(section_names, s_name); in ucm_get_sections_for_var()
301 return section_names; in ucm_get_sections_for_var()
309 struct section_name *section_names; in ucm_get_devices_for_var() local
312 section_names = in ucm_get_devices_for_var()
315 return section_names; in ucm_get_devices_for_var()
617 struct section_name *section_names, *c; in ucm_get_dev_for_jack() local
620 section_names = in ucm_get_dev_for_jack()
623 DL_FOREACH (section_names, c) { in ucm_get_dev_for_jack()
637 DL_FOREACH (section_names, c) { in ucm_get_dev_for_jack()
[all …]
/external/llvm-project/lld/MachO/
DWriter.cpp510 .Case(section_names::header, -1) in sectionOrder()
511 .Case(section_names::unwindInfo, std::numeric_limits<int>::max() - 1) in sectionOrder()
512 .Case(section_names::ehFrame, std::numeric_limits<int>::max()) in sectionOrder()
516 .Case(section_names::rebase, -8) in sectionOrder()
517 .Case(section_names::binding, -7) in sectionOrder()
518 .Case(section_names::weakBinding, -6) in sectionOrder()
519 .Case(section_names::lazyBinding, -5) in sectionOrder()
520 .Case(section_names::export_, -4) in sectionOrder()
521 .Case(section_names::symbolTable, -3) in sectionOrder()
522 .Case(section_names::indirectSymbolTable, -2) in sectionOrder()
[all …]
DSyntheticSections.cpp45 : SyntheticSection(segment_names::text, section_names::header) {} in MachHeaderSection()
95 : SyntheticSection(segment_names::pageZero, section_names::pageZero) {} in PageZeroSection()
104 : LinkEditSection(segment_names::linkEdit, section_names::rebase) {} in RebaseSection()
211 : LinkEditSection(segment_names::linkEdit, section_names::binding) {} in BindingSection()
326 : LinkEditSection(segment_names::linkEdit, section_names::weakBinding) {} in WeakBindingSection()
486 : LinkEditSection(segment_names::linkEdit, section_names::lazyBinding) {} in LazyBindingSection()
559 : LinkEditSection(segment_names::linkEdit, section_names::export_) {} in ExportSection()
576 : LinkEditSection(segment_names::linkEdit, section_names::symbolTable), in SymtabSection()
763 section_names::indirectSymbolTable) {} in IndirectSymtabSection()
803 : LinkEditSection(segment_names::linkEdit, section_names::stringTable) {} in StringTableSection()
DSyntheticSections.h30 namespace section_names {
146 section_names::got) { in GotSection()
156 section_names::threadPtrs) {} in TlvPointerSection()
DUnwindInfoSection.cpp71 : SyntheticSection(segment_names::text, section_names::unwindInfo) { in UnwindInfoSection()
DDriver.cpp541 isec->name = section_names::common; in replaceCommonSymbols()
/external/google-breakpad/src/common/linux/
Delfutils-inl.h50 const char* section_names, in FindElfSectionByName() argument
62 const char* section_name = section_names + sections[i].sh_name; in FindElfSectionByName()
Delfutils.cc62 const Shdr* section_names = sections + elf_header->e_shstrndx; in FindElfClassSection() local
64 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in FindElfClassSection()
65 const char *names_end = names + section_names->sh_size; in FindElfClassSection()
Delfutils.h102 const char* section_names,
Ddump_symbols.cc297 const Shdr* section_names = sections + elf_header->e_shstrndx; in LoadDwarf() local
301 section_names->sh_offset) + in LoadDwarf()
679 const Shdr* section_names = sections + elf_header->e_shstrndx; in LoadSymbols() local
681 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in LoadSymbols()
682 const char *names_end = names + section_names->sh_size; in LoadSymbols()
/external/adhd/scripts/
Dini_editor.py354 self.section_names = []
371 self.section_names = []
376 self.section_names.append(name)
393 for index, name in enumerate(self.section_names):
395 if index < len(self.section_names) - 1:
/external/toolchain-utils/cros_utils/
Dperf_diff.py210 section_names = self._FindAllSections()
217 for section_name in section_names:
224 for section_name in section_names:
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc227 struct section_name *section_names, *c; in TEST() local
247 section_names = ucm_get_sections_for_var(mgr, "Var", "Value2", "Identifier", in TEST()
250 ASSERT_TRUE(section_names); in TEST()
251 EXPECT_EQ(0, strcmp(section_names->name, "Sec2")); in TEST()
252 EXPECT_EQ(0, strcmp(section_names->next->name, "Sec3")); in TEST()
259 DL_FOREACH (section_names, c) { in TEST()
260 DL_DELETE(section_names, c); in TEST()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py1267 if not options.section_names:
1274 for section_name in options.section_names:
1304 options.section_names)))
/external/llvm-project/lldb/examples/python/
Dmach_o.py995 if options.section_names:
1047 for sectname in options.section_names:
1816 if options.section_names:
1822 options.section_names.append("__apple_ast")
1833 … or options.dump_symtab or options.dump_sections or options.find_mangled or options.section_names):
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc678 static const char* const section_names[] = { in ReadDebugSectionsFromDwo() local
685 i < sizeof(section_names)/sizeof(*(section_names)); ++i) { in ReadDebugSectionsFromDwo()
686 string base_name = section_names[i]; in ReadDebugSectionsFromDwo()
Ddwarf2reader_cfi_unittest.cc2532 CFISection section_names(cfi.endianness(), cfi.AddressSize()); in WriteELFFrameSection() local
2533 section_names in WriteELFFrameSection()
2555 .Append(section_names) in WriteELFFrameSection()
/external/tensorflow/tensorflow/python/grappler/
Dauto_mixed_precision_test.py417 section_names = ['input', 'while/body', 'output']
419 for section_name, expected_types in zip(section_names, expected_types):