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

  /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
26 print 'Add section ' + section_name
  /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/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/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_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/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...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 424 section_name = f.read(16)
    [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 1749 milliseconds