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

  /toolchain/binutils/binutils-2.27/gas/config/
obj-som.c 267 asection *strsec; local
274 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
275 if (strsec)
276 strsz = bfd_section_size (abfd, strsec);
obj-coff.c 1710 segT strsec; local
    [all...]
obj-elf.c 2078 asection *strsec; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
syms.c 900 asection *strsec; member in struct:stab_find_info
972 if (info->stabsec == NULL || info->strsec == NULL)
981 strsize = (info->strsec->rawsize
982 ? info->strsec->rawsize
983 : info->strsec->size);
1002 info->strsec = bfd_get_section_by_name (abfd, ".stabstr");
1004 if (info->stabsec == NULL || info->strsec == NULL)
1008 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
1010 if (info->stabsec == NULL || info->strsec == NULL)
1023 strsize = (info->strsec->rawsiz
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rddbg.c 120 asection *sec, *strsec; local
123 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
124 if (sec != NULL && strsec != NULL)
141 strsize = bfd_section_size (abfd, strsec);
143 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize))
readelf.c 6803 Elf_Internal_Shdr * strsec; local
7212 Elf_Internal_Shdr * strsec; local
7646 Elf_Internal_Shdr * strsec; local
8677 Elf_Internal_Shdr *strsec; local
    [all...]
  /external/valgrind/perf/
tinycc.c 19219 Section *strsec, *s; local
19867 unsigned char *strsec, *strtab; local
    [all...]

Completed in 671 milliseconds