Home
last modified time | relevance | path

Searched refs:funcoff (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc469 uint32_t funcoff = 0; in output_ctf_header() local
481 funcoff = objtoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t); in output_ctf_header()
483 objtidxoff = funcoff + ctfc->ctfc_num_global_funcs * sizeof (uint32_t); in output_ctf_header()
506 dw2_asm_output_data (4, funcoff, "cth_funcoff"); in output_ctf_header()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c122 uint_t funcoff = hp->cth_funcoff; in init_symtab() local
166 if (funcoff >= hp->cth_typeoff) { in init_symtab()
171 *xp = funcoff; in init_symtab()
173 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff); in init_symtab()
183 funcoff += sizeof (ushort_t); /* skip pad */ in init_symtab()
185 funcoff += sizeof (ushort_t) * (vlen + 2); in init_symtab()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c455 uint32_t funcoff = hp->cth_funcoff; in fbt_ctfoff_init() local
521 if (funcoff >= hp->cth_typeoff) { in fbt_ctfoff_init()
526 *ctfoff = funcoff; in fbt_ctfoff_init()
528 info = *((const ushort_t *)(ctfdata + funcoff)); in fbt_ctfoff_init()
537 funcoff += sizeof (ushort_t); /* skip pad */ in fbt_ctfoff_init()
539 funcoff += sizeof (ushort_t) * (vlen + 2); in fbt_ctfoff_init()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c244 uint32_t funcoff = hp->cth_funcoff; in init_symtab() local
319 if (fp->ctf_funcidx_names || funcoff >= hp->cth_objtidxoff in init_symtab()
326 *xp = funcoff; in init_symtab()
327 funcoff += sizeof (uint32_t); in init_symtab()
H A DChangeLog-20201540 required alignment of objtoff and funcoff. No longer store it in
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c244 uint32_t funcoff = hp->cth_funcoff; in init_symtab() local
319 if (fp->ctf_funcidx_names || funcoff >= hp->cth_objtidxoff in init_symtab()
326 *xp = funcoff; in init_symtab()
327 funcoff += sizeof (uint32_t); in init_symtab()
H A DChangeLog-20201540 required alignment of objtoff and funcoff. No longer store it in
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201540 required alignment of objtoff and funcoff. No longer store it in