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

  /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,
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 404 MEMORY_SECTION_NAME* section_name = reinterpret_cast<MEMORY_SECTION_NAME*>( local
407 if (!section_name)
412 MemorySectionName, section_name,
417 operator delete(section_name, NT_ALLOC);
418 section_name = NULL;
423 operator delete(section_name, NT_ALLOC);
427 return reinterpret_cast<UNICODE_STRING*>(section_name);
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 450 char section_name[128]; local
455 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
456 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
458 if (strcmp(section_name, ".bss")) {
532 char section_name[128]; local
537 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
538 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
540 if ((strcmp(section_name, ".bss")))
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 77 static int parse_sections(const char* section_name, const XMLElement* section);
181 const char* section_name = section->Attribute(BLUEDROID_NAME_TAG); local
182 if(section_name && *section_name)
183 if(parse_sections(section_name, section))
191 static int parse_sections(const char* section_name, const XMLElement* section)
210 // value->Name(), section_name, key_name, value_name, value_type);
218 btif_config_set_str(section_name, key_name, value_name, value_str);
224 btif_config_set_int(section_name, key_name, value_name, v);
234 btif_config_set(section_name, key_name, value_name, bin, len/2, BTIF_CFG_TYPE_BIN)
    [all...]
  /external/linux-tools-perf/util/
symbol.c 1161 const char *section_name; local
1196 section_name = elf_sec__name(&shdr, secstrs);
1208 if (strcmp(section_name,
1213 if (strcmp(section_name, ".text") == 0) {
1220 "%s%s", dso->short_name, section_name);
    [all...]
  /external/elfutils/src/
elflint.c 319 section_name (Ebl *ebl, int idx) function
552 idx, section_name (ebl, idx));
556 idx, section_name (ebl, idx),
557 cnt, section_name (ebl, cnt));
571 idx, section_name (ebl, idx));
584 shdr->sh_link, section_name (ebl, shdr->sh_link),
585 idx, section_name (ebl, idx));
608 idx, section_name (ebl, idx));
619 idx, section_name (ebl, idx));
627 idx, section_name (ebl, idx), 0, elf_errmsg (-1))
    [all...]
ld.h 545 struct input_section_name *section_name; member in struct:filemask_section_name
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4812 std::string section_name; local
4879 std::string section_name; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 3136 tree section_name; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 3136 tree section_name; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 3136 tree section_name; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 3136 tree section_name; variable
    [all...]

Completed in 1190 milliseconds