Searched refs:section_name (Results 1 - 25 of 29) sorted by relevance

12

/external/bluetooth/bluedroid/main/
H A Dbte_conf.c95 char section_name[16] = { 0 }; local
96 snprintf(section_name, sizeof(section_name), "DID%d", i);
98 if (!config_has_section(config, section_name)) {
99 ALOGD("%s no section named %s.", __func__, section_name);
104 record.vendor = config_get_int(config, section_name, "vendorId", LMP_COMPID_BROADCOM);
105 record.vendor_id_source = config_get_int(config, section_name, "vendorIdSource", DI_VENDOR_ID_SOURCE_BTSIG);
106 record.product = config_get_int(config, section_name, "productId", 0);
107 record.version = config_get_int(config, section_name, "version", 0);
108 record.primary_record = config_get_bool(config, section_name, "primaryRecor
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_index.py22 for section_name in self.section_map:
23 items = self.section_map[section_name]
25 sec_map[section_name] = items
/external/elfutils/0.153/src/
H A Delflint.c318 section_name (Ebl *ebl, int idx) function
571 idx, section_name (ebl, idx));
575 idx, section_name (ebl, idx),
576 cnt, section_name (ebl, cnt));
590 idx, section_name (ebl, idx));
603 shdr->sh_link, section_name (ebl, shdr->sh_link),
604 idx, section_name (ebl, idx));
627 idx, section_name (ebl, idx));
638 idx, section_name (ebl, idx));
646 idx, section_name (eb
[all...]
H A Dldscript.y242 $$->val.section.input->val.section->section_name =
293 $$->section_name = $4;
H A Dreadelf.c1164 section_name (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr) function
4571 elf_ndxscn (scn), section_name (ebl, ehdr, shdr),
4654 elf_ndxscn (scn), section_name (ebl, ehdr, shdr),
4708 elf_ndxscn (scn), section_name (ebl, ehdr, shdr),
5816 const char *secname = section_name (ebl, ehdr, shdr);
5984 elf_ndxscn (scn), section_name (ebl, ehdr, shdr),
6018 elf_ndxscn (scn), section_name (ebl, ehdr, shdr));
6086 elf_ndxscn (scn), section_name (ebl, ehdr, shdr));
6485 elf_ndxscn (scn), section_name (ebl, ehdr, shdr),
6600 elf_ndxscn (scn), section_name (eb
[all...]
H A Dld.h545 struct input_section_name *section_name; member in struct:filemask_section_name
/external/oprofile/opjitconv/
H A Dcreate_bfd.c75 asection * create_section(bfd * abfd, char const * section_name, argument
80 verbprintf(debug, "create_section() %s\n", section_name);
81 section = bfd_make_section(abfd, section_name);
110 char const * section_name; local
118 section_name = bfd_get_unique_section_name(cur_bfd, ".text", &idx);
120 idx, section_name, vma_start, size);
122 section = create_section(cur_bfd, section_name, size, vma_start,
H A Dopjitconv.h102 asection * create_section(bfd * abfd, char const * section_name,
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc58 MEMORY_SECTION_NAME* section_name = local
61 if (!section_name)
66 NtCurrentProcess, address, MemorySectionName, section_name,
73 section_name = NULL;
80 reinterpret_cast<UNICODE_STRING*>(section_name);
/external/elfutils/0.153/libebl/
H A Deblsectionname.c69 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
H A Debl-hooks.h75 const char *EBLHOOK(section_name) (int, int, char *, size_t);
H A Deblopenbackend.c241 result->section_name = default_section_name;
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc399 MEMORY_SECTION_NAME* section_name = reinterpret_cast<MEMORY_SECTION_NAME*>( local
402 if (!section_name)
407 MemorySectionName, section_name,
412 operator delete(section_name, NT_ALLOC);
413 section_name = NULL;
418 operator delete(section_name, NT_ALLOC);
422 return reinterpret_cast<UNICODE_STRING*>(section_name);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp112 static int parse_sections(const char* section_name, const XMLElement* section);
216 const char* section_name = section->Attribute(BLUEDROID_NAME_TAG); local
217 if(section_name && *section_name)
218 if(parse_sections(section_name, section))
226 static int parse_sections(const char* section_name, const XMLElement* section) argument
245 // value->Name(), section_name, key_name, value_name, value_type);
253 btif_config_set_str(section_name, key_name, value_name, value_str);
259 btif_config_set_int(section_name, key_name, value_name, v);
269 btif_config_set(section_name, key_nam
296 enum_config(void* user_data, const char* section_name, const char* key_name, const char* value_name, const char* value, int bytes, int type) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c466 char section_name[128]; local
471 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
474 if (strcmp(section_name, ".bss")) {
555 char section_name[128]; local
560 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
563 if ((strcmp(section_name, ".bss"))) {
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c466 char section_name[128]; local
471 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
474 if (strcmp(section_name, ".bss")) {
555 char section_name[128]; local
560 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
563 if ((strcmp(section_name, ".bss"))) {
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1131 ConstString section_name (sect64.sectname, std::min<size_t>(strlen(sect64.sectname), sizeof(sect64.sectname)));
1237 if (section_name == g_sect_name_dwarf_debug_abbrev)
1239 else if (section_name == g_sect_name_dwarf_debug_aranges)
1241 else if (section_name == g_sect_name_dwarf_debug_frame)
1243 else if (section_name == g_sect_name_dwarf_debug_info)
1245 else if (section_name == g_sect_name_dwarf_debug_line)
1247 else if (section_name == g_sect_name_dwarf_debug_loc)
1249 else if (section_name == g_sect_name_dwarf_debug_macinfo)
1251 else if (section_name == g_sect_name_dwarf_debug_pubnames)
1253 else if (section_name
[all...]
/external/chromium_org/base/win/
H A Dpe_image.h125 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
H A Dpe_image.cc133 LPCSTR section_name) const {
134 if (NULL == section_name)
142 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dserver.py846 def _validate_summary_section(self, section_name):
850 section_name: which section of the JSON summary file has been requested
854 Raises: Exception if an invalid section_name was requested.
856 if section_name not in compare_rendered_pictures.ALLOWED_SECTION_NAMES:
858 section_name, compare_rendered_pictures.ALLOWED_SECTION_NAMES))
859 return section_name
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c772 const char *section_name; local
817 section_name = elf_sec__name(&shdr, secstrs);
833 if (strcmp(section_name,
838 if (strcmp(section_name, ".text") == 0) {
876 "%s%s", dso->short_name, section_name);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h164 lldb_private::ConstString section_name; member in struct:ObjectFileELF::ELFSectionHeaderInfo
H A DObjectFileELF.cpp772 I->section_name = name;
864 ConstString& name = I->section_name;
1789 const char* section_name = I->section_name.AsCString(""); local
1790 if (section_name)
1791 *s << ' ' << section_name << "\n"; local
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc120 void VerboseLogSectionHeader(const std::string& section_name, argument
122 VLOG(1) << "section " << section_name;
815 const std::string section_name =
818 (section_name == ".rel.dyn" || section_name == ".rela.dyn");
/external/lldb/examples/darwin/heap_find/
H A Dheap.py930 for section_name in options.section_names:
931 section = module.section[section_name]

Completed in 878 milliseconds

12