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

  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 152 asection *stabsec,
166 if (stabsec->size == 0
171 if (stabsec->size % STABSIZE != 0)
181 if (bfd_is_abs_section (stabsec->output_section)
214 count = stabsec->size / STABSIZE;
224 stabsec->rawsize = stabsec->size;
229 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf)
243 symend = stabbuf + stabsec->size;
281 abfd, stabsec, (long) (sym - stabbuf))
    [all...]
syms.c 896 asection *stabsec; member in struct:stab_find_info
970 if (info->stabsec == NULL || info->strsec == NULL)
976 stabsize = (info->stabsec->rawsize
977 ? info->stabsec->rawsize
978 : info->stabsec->size);
999 info->stabsec = bfd_get_section_by_name (abfd, ".stab");
1002 if (info->stabsec == NULL || info->strsec == NULL)
1005 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$");
1008 if (info->stabsec == NULL || info->strsec == NULL)
1017 stabsize = (info->stabsec->rawsiz
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 3192 asection *stabsec, *stabstrsec; local
    [all...]

Completed in 661 milliseconds