OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:funcoff
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ctfout.cc
469
uint32_t
funcoff
= 0;
local
481
funcoff
= objtoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t);
483
objtidxoff =
funcoff
+ ctfc->ctfc_num_global_funcs * sizeof (uint32_t);
506
dw2_asm_output_data (4,
funcoff
, "cth_funcoff");
/src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc
469
uint32_t
funcoff
= 0;
local
481
funcoff
= objtoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t);
483
objtidxoff =
funcoff
+ ctfc->ctfc_num_global_funcs * sizeof (uint32_t);
506
dw2_asm_output_data (4,
funcoff
, "cth_funcoff");
/src/external/cddl/osnet/dist/common/ctf/
ctf_open.c
276
uint_t
funcoff
= hp->cth_funcoff;
local
321
if (
funcoff
>= hp->cth_typeoff) {
326
*xp =
funcoff
;
328
info = *(uint_t *)((uintptr_t)fp->ctf_buf +
funcoff
);
338
funcoff
+= fp->ctf_idwidth; /* skip pad */
340
funcoff
+= roundup2(fp->ctf_idwidth * (vlen + 2), 4);
/src/external/cddl/osnet/dev/fbt/
fbt.c
455
uint32_t
funcoff
= hp->cth_funcoff;
local
521
if (
funcoff
>= hp->cth_typeoff) {
526
*ctfoff =
funcoff
;
528
info = *((const ushort_t *)(ctfdata +
funcoff
));
537
funcoff
+= sizeof (ushort_t); /* skip pad */
539
funcoff
+= sizeof (ushort_t) * (vlen + 2);
/src/external/gpl3/binutils/dist/libctf/
ctf-open.c
244
uint32_t
funcoff
= hp->cth_funcoff;
local
319
if (fp->ctf_funcidx_names ||
funcoff
>= hp->cth_objtidxoff
326
*xp =
funcoff
;
327
funcoff
+= sizeof (uint32_t);
/src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c
244
uint32_t
funcoff
= hp->cth_funcoff;
local
319
if (fp->ctf_funcidx_names ||
funcoff
>= hp->cth_objtidxoff
326
*xp =
funcoff
;
327
funcoff
+= sizeof (uint32_t);
/src/external/gpl3/gdb/dist/libctf/
ctf-open.c
244
uint32_t
funcoff
= hp->cth_funcoff;
local
319
if (fp->ctf_funcidx_names ||
funcoff
>= hp->cth_objtidxoff
326
*xp =
funcoff
;
327
funcoff
+= sizeof (uint32_t);
/src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c
244
uint32_t
funcoff
= hp->cth_funcoff;
local
319
if (fp->ctf_funcidx_names ||
funcoff
>= hp->cth_objtidxoff
326
*xp =
funcoff
;
327
funcoff
+= sizeof (uint32_t);
Completed in 54 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026