Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc468 uint32_t objtoff = 0; in output_ctf_header() local
481 funcoff = objtoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t); in output_ctf_header()
504 dw2_asm_output_data (4, objtoff, "cth_objtoff"); in output_ctf_header()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c121 uint_t objtoff = hp->cth_objtoff; in init_symtab() local
155 if (objtoff >= hp->cth_funcoff || in init_symtab()
161 *xp = objtoff; in init_symtab()
162 objtoff += sizeof (ushort_t); in init_symtab()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c454 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init() local
510 if (objtoff >= hp->cth_funcoff || in fbt_ctfoff_init()
516 *ctfoff = objtoff; in fbt_ctfoff_init()
517 objtoff += sizeof (ushort_t); in fbt_ctfoff_init()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c243 uint32_t objtoff = hp->cth_objtoff; in init_symtab() local
308 if (fp->ctf_objtidx_names || objtoff >= hp->cth_funcoff) in init_symtab()
314 *xp = objtoff; in init_symtab()
315 objtoff += 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.c243 uint32_t objtoff = hp->cth_objtoff; in init_symtab() local
308 if (fp->ctf_objtidx_names || objtoff >= hp->cth_funcoff) in init_symtab()
314 *xp = objtoff; in init_symtab()
315 objtoff += 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