OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stabstrsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
coffread.c
220
STABSTROFFSET and
STABSTRSIZE
define the location in OBJFILE where the
230
file_ptr stabstroffset, unsigned int
stabstrsize
)
246
DBX_STRINGTAB_SIZE (objfile) =
stabstrsize
;
248
if (
stabstrsize
> bfd_get_size (sym_bfd))
249
error (_("ridiculous string table size: %d bytes"),
stabstrsize
);
251
obstack_alloc (&objfile->objfile_obstack,
stabstrsize
+ 1);
252
OBJSTAT (objfile, sz_strtab +=
stabstrsize
+ 1);
259
val = bfd_read (DBX_STRINGTAB (objfile),
stabstrsize
, sym_bfd);
260
if (val !=
stabstrsize
)
711
unsigned int
stabstrsize
;
708
unsigned int
stabstrsize
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
coffread.c
220
STABSTROFFSET and
STABSTRSIZE
define the location in OBJFILE where the
230
file_ptr stabstroffset, unsigned int
stabstrsize
)
247
DBX_STRINGTAB_SIZE (objfile) =
stabstrsize
;
249
if (
stabstrsize
> bfd_get_size (sym_bfd))
250
error (_("ridiculous string table size: %d bytes"),
stabstrsize
);
252
obstack_alloc (&objfile->objfile_obstack,
stabstrsize
+ 1);
253
OBJSTAT (objfile, sz_strtab +=
stabstrsize
+ 1);
260
val = bfd_read (DBX_STRINGTAB (objfile),
stabstrsize
, sym_bfd);
261
if (val !=
stabstrsize
)
712
unsigned int
stabstrsize
;
709
unsigned int
stabstrsize
;
local
[
all
...]
Completed in 68 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026