HomeSort by relevance Sort by last modified time
    Searched defs:section_name (Results 1 - 16 of 16) sorted by null

  /external/google-breakpad/src/common/linux/
elfutils-inl.h 62 const char* section_name = section_names + sections[i].sh_name; local
64 names_end - section_name >= name_len + 1 &&
65 my_strcmp(name, section_name) == 0) {
  /system/bt/main/
bte_conf.c 67 char section_name[16] = { 0 }; local
68 snprintf(section_name, sizeof(section_name), "DID%d", i);
70 if (!config_has_section(config, section_name)) {
71 LOG_DEBUG("%s no section named %s.", __func__, section_name);
76 record.vendor = config_get_int(config, section_name, "vendorId", LMP_COMPID_BROADCOM);
77 record.vendor_id_source = config_get_int(config, section_name, "vendorIdSource", DI_VENDOR_ID_SOURCE_BTSIG);
78 record.product = config_get_int(config, section_name, "productId", 0);
79 record.version = config_get_int(config, section_name, "version", 0);
80 record.primary_record = config_get_bool(config, section_name, "primaryRecord", false)
    [all...]
  /system/bt/osi/test/
config_test.cpp 159 const char *section_name = config_section_name(section); local
161 EXPECT_TRUE(!strcmp(section_name, CONFIG_DEFAULT_SECTION));
171 const char *section_name = config_section_name(section); local
173 EXPECT_TRUE(!strcmp(section_name, "DID"));
  /external/google-breakpad/src/common/solaris/
file_id.cc 109 const char *section_name = elf_strptr(elf, elf_header.e_shstrndx, local
111 if (!section_name) {
116 if (strcmp(section_name, kTextSectionName) == 0) {
dump_symbols.cc 232 const char *section_name = elf_strptr(elf, shstrndx, shdr->sh_name); local
233 if (!section_name) {
238 if (strcmp(section_name, name) == 0)
  /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/google-breakpad/src/common/mac/
macho_reader.h 199 string section_name; // section[_64].sectname member in struct:google_breakpad::mach_o::Section
  /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/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/linux-tools-perf/src/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/elfutils/src/src/
elflint.c 314 section_name (Ebl *ebl, int idx) function
572 idx, section_name (ebl, idx));
576 idx, section_name (ebl, idx),
577 cnt, section_name (ebl, cnt));
591 idx, section_name (ebl, idx));
604 shdr->sh_link, section_name (ebl, shdr->sh_link),
605 idx, section_name (ebl, idx));
628 idx, section_name (ebl, idx));
640 idx, section_name (ebl, idx));
648 idx, section_name (ebl, idx), 0, elf_errmsg (-1))
    [all...]
ld.h 537 struct input_section_name *section_name; member in struct:filemask_section_name
    [all...]
readelf.c 1368 section_name (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 3195 tree section_name; variable
    [all...]

Completed in 941 milliseconds