OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_addr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
coffread.c
440
struct type **
type_addr
= coff_lookup_type (index);
local
441
struct type *type = *
type_addr
;
449
*
type_addr
= type;
stabsread.c
392
struct type **
type_addr
;
400
type_addr
= dbx_lookup_type (typenums, objfile);
405
if (*
type_addr
== 0)
407
*
type_addr
= type_allocator (objfile,
411
return (*
type_addr
);
391
struct type **
type_addr
;
local
/src/external/gpl3/gdb/dist/gdb/
coffread.c
441
struct type **
type_addr
= coff_lookup_type (index);
local
442
struct type *type = *
type_addr
;
450
*
type_addr
= type;
stabsread.c
392
struct type **
type_addr
;
400
type_addr
= dbx_lookup_type (typenums, objfile);
405
if (*
type_addr
== 0)
407
*
type_addr
= type_allocator (objfile,
411
return (*
type_addr
);
391
struct type **
type_addr
;
local
Completed in 164 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026