Searched defs:section_name (Results 1 - 15 of 15) sorted by relevance

/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/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/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,
/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/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/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/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/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/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/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 Dld.h545 struct input_section_name *section_name; member in struct:filemask_section_name
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...]
/external/valgrind/main/perf/
H A Dtinycc.c19046 static void add_init_array_defines(TCCState *s1, const char *section_name)
19053 snprintf(sym_start, sizeof(sym_start), "__%s_start", section_name + 1);
19054 snprintf(sym_end, sizeof(sym_end), "__%s_end", section_name + 1);
19056 s = find_section(s1, section_name);
19044 add_init_array_defines(TCCState *s1, const char *section_name) argument

Completed in 4954 milliseconds