Home
last modified time | relevance | path

Searched refs:stabstrsize (Results 1 – 15 of 15) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dstabsread.h182 unsigned int stabstrsize);
189 file_ptr stabstroffset, unsigned int stabstrsize);
H A Ddbxread.c3233 file_ptr stabstroffset, unsigned int stabstrsize) in coffstab_build_psymtabs() argument
3250 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in coffstab_build_psymtabs()
3252 if (stabstrsize > bfd_get_size (sym_bfd)) in coffstab_build_psymtabs()
3255 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs()
3256 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
3264 if (val != stabstrsize) in coffstab_build_psymtabs()
3325 file_ptr stabstroffset, unsigned int stabstrsize) in elfstab_build_psymtabs() argument
3345 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in elfstab_build_psymtabs()
3349 if (stabstrsize > bfd_get_size (sym_bfd)) in elfstab_build_psymtabs()
3353 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
[all …]
H A Dcoffread.c512 int stabstrsize; in coff_symfile_read() local
631 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
637 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dstabsread.h181 unsigned int stabstrsize);
187 file_ptr stabstroffset, unsigned int stabstrsize);
H A Ddbxread.c3337 file_ptr stabstroffset, unsigned int stabstrsize) in coffstab_build_psymtabs() argument
3354 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in coffstab_build_psymtabs()
3356 if (stabstrsize > bfd_get_size (sym_bfd)) in coffstab_build_psymtabs()
3359 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs()
3360 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
3368 if (val != stabstrsize) in coffstab_build_psymtabs()
3426 file_ptr stabstroffset, unsigned int stabstrsize) in elfstab_build_psymtabs() argument
3446 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in elfstab_build_psymtabs()
3450 if (stabstrsize > bfd_get_size (sym_bfd)) in elfstab_build_psymtabs()
3454 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
[all …]
H A Dcoffread.c526 int stabstrsize; in coff_symfile_read() local
633 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
638 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dstabsread.h180 unsigned int stabstrsize);
186 file_ptr stabstroffset, unsigned int stabstrsize);
H A Ddbxread.c3369 file_ptr stabstroffset, unsigned int stabstrsize) in coffstab_build_psymtabs() argument
3386 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in coffstab_build_psymtabs()
3388 if (stabstrsize > bfd_get_size (sym_bfd)) in coffstab_build_psymtabs()
3391 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs()
3392 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
3400 if (val != stabstrsize) in coffstab_build_psymtabs()
3458 file_ptr stabstroffset, unsigned int stabstrsize) in elfstab_build_psymtabs() argument
3478 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in elfstab_build_psymtabs()
3482 if (stabstrsize > bfd_get_size (sym_bfd)) in elfstab_build_psymtabs()
3486 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
[all …]
H A Dcoffread.c525 int stabstrsize; in coff_symfile_read() local
632 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
637 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dstabsread.h182 unsigned int stabstrsize);
189 file_ptr stabstroffset, unsigned int stabstrsize);
H A Ddbxread.c3233 file_ptr stabstroffset, unsigned int stabstrsize) in coffstab_build_psymtabs() argument
3250 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in coffstab_build_psymtabs()
3252 if (stabstrsize > bfd_get_size (sym_bfd)) in coffstab_build_psymtabs()
3255 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs()
3256 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
3264 if (val != stabstrsize) in coffstab_build_psymtabs()
3325 file_ptr stabstroffset, unsigned int stabstrsize) in elfstab_build_psymtabs() argument
3345 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in elfstab_build_psymtabs()
3349 if (stabstrsize > bfd_get_size (sym_bfd)) in elfstab_build_psymtabs()
3353 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
[all …]
H A Dcoffread.c512 int stabstrsize; in coff_symfile_read() local
631 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
637 info->stabstrsect->filepos, stabstrsize); in coff_symfile_read()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstabsread.h189 unsigned int stabstrsize);
195 file_ptr stabstroffset, unsigned int stabstrsize);
H A Ddbxread.c2907 file_ptr stabstroffset, unsigned int stabstrsize) in coffstab_build_psymtabs() argument
2922 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in coffstab_build_psymtabs()
2924 if (stabstrsize > bfd_get_size (sym_bfd)) in coffstab_build_psymtabs()
2927 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs()
2928 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
2936 if (val != stabstrsize) in coffstab_build_psymtabs()
2994 file_ptr stabstroffset, unsigned int stabstrsize) in elfstab_build_psymtabs() argument
3013 DBX_STRINGTAB_SIZE (objfile) = stabstrsize; in elfstab_build_psymtabs()
3017 if (stabstrsize > bfd_get_size (sym_bfd)) in elfstab_build_psymtabs()
3021 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
[all …]
H A Dcoffread.c546 unsigned int stabstrsize;
695 stabstrsize = bfd_section_size (info->stabstrsect);
700 info->stabstrsect->filepos, stabstrsize);