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

  /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...]
ldscript.y 242 $$->val.section.input->val.section->section_name =
293 $$->section_name = $4;
ld.h 545 struct input_section_name *section_name; member in struct:filemask_section_name
    [all...]
ldgeneric.c     [all...]
  /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/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/elfutils/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);
eblopenbackend.c 241 result->section_name = default_section_name;
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 501 char section_name[128]; local
506 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
507 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
509 if (strcmp(section_name, ".bss"))
593 char section_name[128]; local
598 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
599 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
601 if ((strcmp(section_name, ".bss"))
    [all...]
  /external/chromium/base/win/
pe_image.cc 132 LPCSTR section_name) const {
133 if (NULL == section_name)
141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
pe_image.h 121 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4812 std::string section_name; local
4879 std::string section_name; local
    [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...]
  /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...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1024 milliseconds