Searched refs:ctfcnt (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_ctf.c90 * ctfcnt to -1. See below.
92 if (ef->ctfcnt < 0)
96 if (ef->ctfcnt > 0) {
99 lc->ctfcnt = ef->ctfcnt;
113 * update ctfcnt to the number of bytes read.
115 ef->ctfcnt = -1;
295 ef->ctfcnt = shdr[i].sh_size;
302 lc->ctfcnt = ef->ctfcnt;
[all...]
H A Dlink_elf.c114 long ctfcnt; /* number of bytes in CTF table */ member in struct:elf_file
H A Dlink_elf_obj.c120 long ctfcnt; /* number of bytes in CTF table */ member in struct:elf_file
/freebsd-12-stable/sys/sys/
H A Dlinker.h292 int ctfcnt; /* Number of CTF data bytes. */ member in struct:linker_ctf

Completed in 78 milliseconds