OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_info
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.h
130
target_info
(0), estimated_stack_size (false),
144
target_info
(s.
target_info
),
173
unsigned int
target_info
;
variable
resource.cc
40
struct
target_info
struct
43
struct
target_info
*next; /* Next info for same hash bucket. */
58
static struct
target_info
**target_hash_table = NULL;
876
struct
target_info
*tinfo = NULL;
941
tinfo = XNEW (struct
target_info
);
1218
target_hash_table = XCNEWVEC (struct
target_info
*, TARGET_HASH_PRIME);
1242
struct
target_info
*ti = target_hash_table[i];
1246
struct
target_info
*next = ti->next;
1273
struct
target_info
*tinfo;
/src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.h
129
fp_expressions (false),
target_info
(0),
144
target_info
(s.
target_info
),
171
unsigned int
target_info
;
variable
resource.cc
40
struct
target_info
struct
43
struct
target_info
*next; /* Next info for same hash bucket. */
58
static struct
target_info
**target_hash_table = NULL;
876
struct
target_info
*tinfo = NULL;
941
tinfo = XNEW (struct
target_info
);
1218
target_hash_table = XCNEWVEC (struct
target_info
*, TARGET_HASH_PRIME);
1242
struct
target_info
*ti = target_hash_table[i];
1246
struct
target_info
*next = ti->next;
1273
struct
target_info
*tinfo;
/src/external/gpl3/gdb/dist/gdb/
target.h
423
struct
target_info
469
/* Return a reference to this target's unique
target_info
471
virtual const
target_info
&info () const = 0;
2426
extern void add_target (const
target_info
&info,
2434
extern void add_deprecated_target_alias (const
target_info
&info,
421
struct
target_info
struct
target.c
69
/* Mapping between
target_info
objects (which have address identity)
73
here. The
target_info
object is associated with the command via
75
static std::unordered_map<const
target_info
*, target_open_ftype *>
member in class:std
834
auto *ti = static_cast<
target_info
*> (command->context ());
845
add_target (const
target_info
&t, target_open_ftype *func,
873
add_deprecated_target_alias (const
target_info
&tinfo, const char *alias)
3713
static const
target_info
dummy_target_info = {
3731
const
target_info
&
3737
const
target_info
&
/src/external/gpl3/gdb.old/dist/gdb/
target.h
423
struct
target_info
469
/* Return a reference to this target's unique
target_info
471
virtual const
target_info
&info () const = 0;
2410
extern void add_target (const
target_info
&info,
2418
extern void add_deprecated_target_alias (const
target_info
&info,
421
struct
target_info
struct
target.c
68
/* Mapping between
target_info
objects (which have address identity)
72
here. The
target_info
object is associated with the command via
74
static std::unordered_map<const
target_info
*, target_open_ftype *>
member in class:std
833
auto *ti = static_cast<
target_info
*> (command->context ());
844
add_target (const
target_info
&t, target_open_ftype *func,
872
add_deprecated_target_alias (const
target_info
&tinfo, const char *alias)
3683
static const
target_info
dummy_target_info = {
3701
const
target_info
&
3707
const
target_info
&
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026