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

  /external/chromium/base/
image_util.h 21 ImageSectionData(const std::string& section_name, size_t section_size)
22 : name(section_name),
pe_image.cc 109 LPCSTR section_name) const {
110 if (NULL == section_name)
118 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name,
pe_image.h 117 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
  /external/elfutils/src/
elflint.c 320 section_name (Ebl *ebl, GElf_Ehdr *ehdr, int idx) function
568 idx, section_name (ebl, ehdr, idx));
572 idx, section_name (ebl, ehdr, idx),
573 cnt, section_name (ebl, ehdr, cnt));
596 idx, section_name (ebl, ehdr, idx));
602 shdr->sh_link, section_name (ebl, ehdr, shdr->sh_link),
603 idx, section_name (ebl, ehdr, idx));
635 cnt, section_name (ebl, ehdr, cnt));
643 idx, section_name (ebl, ehdr, idx), 0, elf_errmsg (-1));
648 idx, section_name (ebl, ehdr, idx), "st_name")
    [all...]
ldscript.y 224 $$->val.section.input->val.section->section_name =
275 $$->section_name = $4;
ld.h 515 struct input_section_name *section_name; member in struct:filemask_section_name
ldscript.c     [all...]
ldgeneric.c     [all...]
  /external/dbus/bus/
desktop-file.h 40 const char *section_name,
desktop-file.c 37 char *section_name; member in struct:__anon3329
117 dbus_free (section->section_name);
283 desktop_file->sections[n].section_name = name_copy;
291 dbus_free (desktop_file->sections[n].section_name);
292 desktop_file->sections[n].section_name = NULL;
397 char *section_name; local
412 section_name = unescape_string (parser,
416 if (section_name == NULL)
422 if (!is_valid_section_name (section_name))
426 dbus_free (section_name);
584 const char *section_name = NULL; local
    [all...]
  /build/tools/soslim/
main.c 316 const char *section_name = "(unknown)"; local
327 section_name = elf_strptr(elf, shstrndx,
331 section_name = "SHN_ABS";
334 section_name = "SHN_COMMON";
337 section_name = "(undefined)";
346 section_name,
  /external/elfutils/libebl/
eblsectionname.c 33 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
libebl.h 59 const char *(*section_name) (int, int, char *, size_t); member in struct:ebl
eblopenbackend.c 186 result->section_name = default_section_name;
  /external/libvpx/build/make/
obj_int_extract.c 399 char section_name[128]; local
404 strcpy(section_name, (char *)(elf.buf + strtab_off + dhdr.sh_name));
405 log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type);
407 if (!(strcmp(section_name, ".bss")))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 3035 tree section_name; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 3047 tree section_name; local
    [all...]

Completed in 154 milliseconds