OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iidesc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/tools/ctf/cvt/
fixup_tdescs.c
173
iidesc_t *
iidesc
= arg1;
local
175
if (!streq(
iidesc
->ii_name, match->m_name))
178
if (
iidesc
->ii_type != II_TYPE &&
iidesc
->ii_type != II_SOU)
181
match->m_ret =
iidesc
->ii_dtype;
fixup_tdescs.c
173
iidesc_t *
iidesc
= arg1;
local
175
if (!streq(
iidesc
->ii_name, match->m_name))
178
if (
iidesc
->ii_type != II_TYPE &&
iidesc
->ii_type != II_SOU)
181
match->m_ret =
iidesc
->ii_dtype;
output.c
156
* See if this
iidesc
matches the ELF symbol data we pass in.
168
iidesc_t *
iidesc
= arg1;
local
170
if (streq(
iidesc
->ii_name, match->iim_name) == 0)
173
switch (
iidesc
->ii_type) {
177
match->iim_ret =
iidesc
;
180
match->iim_ret =
iidesc
;
189
streq(
iidesc
->ii_owner, match->iim_file)) {
190
match->iim_ret =
iidesc
;
377
iidesc_t *
iidesc
;
local
405
iidesc
= find_iidesc(td, &match)
[
all
...]
output.c
156
* See if this
iidesc
matches the ELF symbol data we pass in.
168
iidesc_t *
iidesc
= arg1;
local
170
if (streq(
iidesc
->ii_name, match->iim_name) == 0)
173
switch (
iidesc
->ii_type) {
177
match->iim_ret =
iidesc
;
180
match->iim_ret =
iidesc
;
189
streq(
iidesc
->ii_owner, match->iim_file)) {
190
match->iim_ret =
iidesc
;
377
iidesc_t *
iidesc
;
local
405
iidesc
= find_iidesc(td, &match)
[
all
...]
ctftools.h
96
#define IIDESC_HASH_SIZE 8191 /* Hash of
iidesc
's */
233
* root nodes, which are pointed to by
iidesc
nodes, correspond to the types,
287
typedef struct
iidesc
{
struct
300
#define IIDESC_F_USED 0x1 /* Write this
iidesc
out */
336
* By design, the
iidesc
hash is heterogeneous. The CTF emitter, on the
369
/*
iidesc
.c */
ctftools.h
96
#define IIDESC_HASH_SIZE 8191 /* Hash of
iidesc
's */
233
* root nodes, which are pointed to by
iidesc
nodes, correspond to the types,
287
typedef struct
iidesc
{
struct
300
#define IIDESC_F_USED 0x1 /* Write this
iidesc
out */
336
* By design, the
iidesc
hash is heterogeneous. The CTF emitter, on the
369
/*
iidesc
.c */
Completed in 46 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026