Searched refs:stabsize (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | syms.c | 942 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local 985 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 1026 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 1029 stabsize = (stabsize / STABSIZE) * STABSIZE; in _bfd_stab_section_find_nearest_line() 1034 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line() 1040 0, stabsize) in _bfd_stab_section_find_nearest_line() 1089 || octets + 4 > stabsize) in _bfd_stab_section_find_nearest_line() 1116 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line() 1132 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1164 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | rddbg.c | 122 bfd_size_type stabsize, strsize; in read_section_stabs_debugging_info() local 127 stabsize = bfd_section_size (sec); in read_section_stabs_debugging_info() 128 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info() 129 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info() 169 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12) in read_section_stabs_debugging_info() 213 && stab + 16 <= stabs + stabsize) in read_section_stabs_debugging_info()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | syms.c | 956 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local 999 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 1040 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line() 1043 stabsize = (stabsize / STABSIZE) * STABSIZE; in _bfd_stab_section_find_nearest_line() 1048 if (stabsize == 0 || strsize == 0) in _bfd_stab_section_find_nearest_line() 1109 || octets > stabsize - 4) in _bfd_stab_section_find_nearest_line() 1135 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line() 1151 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() 1190 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line() 1237 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | rddbg.c | 128 bfd_size_type stabsize, strsize; in read_section_stabs_debugging_info() local 168 stabsize = bfd_section_size (sec); in read_section_stabs_debugging_info() 170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12) in read_section_stabs_debugging_info() 214 && stab + 16 <= stabs + stabsize) in read_section_stabs_debugging_info()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1995 | 2151 (coffstab_build_psymtabs): Remove staboff and stabsize parameters. 2176 (coffstab_build_psymtabs): Remove staboffset and stabsize
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1995 | 2151 (coffstab_build_psymtabs): Remove staboff and stabsize parameters. 2176 (coffstab_build_psymtabs): Remove staboffset and stabsize
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 48292 the calculation could overflow. Note that stabsize is known to be a 48293 non-zero multiple of 12 so stabsize - 4 can't underflow. 101516 stabsize or strsize is zero.
|