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_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
wrstabs.c
153
struct stab_type_cache
type_cache
;
member in struct:stab_write_handle
556
free (info.
type_cache
.pointer_types);
557
free (info.
type_cache
.function_types);
558
free (info.
type_cache
.reference_types);
559
free (info.
type_cache
.struct_types);
609
if (info->
type_cache
.void_type != 0)
610
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
632
if (info->
type_cache
.void_type != 0)
633
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
642
info->
type_cache
.void_type = tindex
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c
153
struct stab_type_cache
type_cache
;
member in struct:stab_write_handle
556
free (info.
type_cache
.pointer_types);
557
free (info.
type_cache
.function_types);
558
free (info.
type_cache
.reference_types);
559
free (info.
type_cache
.struct_types);
611
if (info->
type_cache
.void_type != 0)
612
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
634
if (info->
type_cache
.void_type != 0)
635
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
644
info->
type_cache
.void_type = tindex
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026