Lines Matching defs:stabs
848 /* Look through stabs debugging information in .stab and .stabstr
862 stabs section we should look to find line number information for a
900 bfd_byte *stabs;
904 /* A table that indexes stabs by memory address. */
947 /* Stabs entries use a 12 byte format:
955 The stabs symbols are divided into compilation units. For the
958 number of stabs symbols for this unit. */
972 /* No stabs debugging information. */
1010 /* No stabs debugging information. Set *pinfo so that we
1025 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1027 if (info->stabs == NULL || info->strs == NULL)
1030 if (! bfd_get_section_contents (abfd, info->stabsec, info->stabs,
1084 val = bfd_get_32 (abfd, info->stabs + r->address);
1088 bfd_put_32 (abfd, (bfd_vma) val, info->stabs + r->address);
1096 function VM addresses to stabs, then sort based on starting
1103 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1119 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
1150 for (i = 0, stab = info->stabs, nul_str = str = info->strs;
1151 i < info->indextablesize && stab < info->stabs + stabsize;
1194 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
1242 info->indextable[i].stab = info->stabs + stabsize;
1257 stabs information are absolute. */