HomeSort by relevance Sort by last modified time
    Searched refs:section_name (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/bluedroid/main/
bte_conf.c 95 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, "primaryRecord", false)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 22 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/
elflint.c 318 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 (ebl, idx), 0, elf_errmsg (-1))
    [all...]
ldscript.y 242 $$->val.section.input->val.section->section_name =
293 $$->section_name = $4;
readelf.c 1164 section_name (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 340 process_file (const char *file_name, const char *section_name,
371 if (section_name != NULL)
373 section = bfd_get_section_by_name (abfd, section_name);
375 fatal (_("%s: cannot find section %s"), file_name, section_name);
404 const char *section_name;
426 section_name = NULL;
480 section_name = optarg;
494 return process_file (file_name, section_name, target);
400 const char *section_name; local
  /external/oprofile/opjitconv/
create_bfd.c 75 asection * create_section(bfd * abfd, char const * section_name,
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,
opjitconv.h 102 asection * create_section(bfd * abfd, char const * section_name,
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 58 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/
eblsectionname.c 69 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
ebl-hooks.h 75 const char *EBLHOOK(section_name) (int, int, char *, size_t);
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 112 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)
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_name, value_name, bin, len/2, BTIF_CFG_TYPE_BIN)
    [all...]
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 399 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/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 466 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")))
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 466 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")))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 466 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")))
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/chromium_org/base/win/
pe_image.h 125 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
pe_image.cc 133 LPCSTR section_name) const {
134 if (NULL == section_name)
142 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 772 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/chromium_org/third_party/skia/gm/rebaseline_server/
server.py     [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 164 lldb_private::ConstString section_name; member in struct:ObjectFileELF::ELFSectionHeaderInfo
ObjectFileELF.cpp 772 I->section_name = name;
864 ConstString& name = I->section_name;
1789 const char* section_name = I->section_name.AsCString(""); local
1791 *s << ' ' << section_name << "\\n"; local
    [all...]
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 120 void VerboseLogSectionHeader(const std::string& section_name,
122 VLOG(1) << "section " << section_name;
815 const std::string section_name =
818 (section_name == ".rel.dyn" || section_name == ".rela.dyn");
    [all...]
  /external/lldb/examples/darwin/heap_find/
heap.py     [all...]

Completed in 1065 milliseconds

1 2