Searched refs:stabsize (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | syms.c | 893 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local 937 stabsize = info->stabsec->_raw_size; in _bfd_stab_section_find_nearest_line() 968 stabsize = info->stabsec->_raw_size; in _bfd_stab_section_find_nearest_line() 971 info->stabs = bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line() 977 (bfd_vma) 0, stabsize) in _bfd_stab_section_find_nearest_line() 1045 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line() 1060 if (stab + STABSIZE < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1091 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line() 1134 if (stab + STABSIZE >= info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1192 info->indextable[i].stab = info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | rddbg.c | 119 bfd_size_type stabsize, strsize; in read_section_stabs_debugging_info() local 124 stabsize = bfd_section_size (abfd, sec); in read_section_stabs_debugging_info() 125 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info() 126 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info() 155 for (stab = stabs; stab < stabs + stabsize; stab += 12) in read_section_stabs_debugging_info() 195 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rddbg.c | 124 bfd_size_type stabsize, strsize; in read_section_stabs_debugging_info() local 129 stabsize = bfd_section_size (abfd, sec); in read_section_stabs_debugging_info() 130 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info() 131 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info() 160 for (stab = stabs; stab < stabs + stabsize; stab += 12) in read_section_stabs_debugging_info() 200 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | syms.c | 910 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local 954 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 989 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 996 info->stabs = bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line() 1002 0, stabsize) in _bfd_stab_section_find_nearest_line() 1074 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line() 1089 if (stab + STABSIZE < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1120 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line() 1163 if (stab + STABSIZE >= info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1221 info->indextable[i].stab = info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
|
/openbsd/usr.bin/nm/ |
H A D | nm.c | 639 size_t stabsize; in show_file() local 652 &names, &snames, &stabsize, &nrawnames); in show_file() 668 &names, &snames, &stabsize, &nrawnames); in show_file() 707 (void)madvise(stab, stabsize, MADV_SEQUENTIAL); in show_file() 751 MUNMAP(stab, stabsize); in show_file()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dbxread.c | 3238 unsigned int stabsize; in coffstab_build_psymtabs() local 3278 stabsize = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs() 3279 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs() 3289 stabsize = bfd_section_size (sym_bfd, stabsect->section); in coffstab_build_psymtabs() 3290 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs()
|
H A D | ChangeLog-1995 | 2152 (coffstab_build_psymtabs): Remove staboff and stabsize parameters. 2177 (coffstab_build_psymtabs): Remove staboffset and stabsize
|