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

  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 147 const char *kStabStrName = ".stabstr";
163 inline void RecalculateOffset(struct slist* cur_list, char *stabstr) {
167 char *temp = stabstr + stringOffset;
293 char *stabstr,
309 RecalculateOffset(cur_list, stabstr);
315 func_info.name = stabstr + cur_list->n_strx + stringOffset;
321 RecalculateOffset(cur_list, stabstr);
330 RecalculateOffset(cur_list, stabstr);
402 char *stabstr = local
416 source_file_info.name = stabstr + cur_list->n_strx + stringOffset
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 190 const uint8_t* stabstr = local
193 stabstr, stabstr_section->sh_size,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 509 optimize the handling of any .stab/.stabstr sections. */
515 asection *stabstr; local
517 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
519 if (stabstr != NULL)
545 stab, stabstr,
    [all...]
bfd-in.h 452 /* The first .stabstr section. */
453 struct bfd_section *stabstr;
447 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
elflink.c 4822 asection *stabstr; local
    [all...]
bfd-in2.h 459 /* The first .stabstr section. */
460 struct bfd_section *stabstr;
454 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]

Completed in 592 milliseconds