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

/freebsd-10-stable/sys/kern/
H A Dkern_ctf.c88 * ctfcnt to -1. See below.
90 if (ef->ctfcnt < 0)
94 if (ef->ctfcnt > 0) {
97 lc->ctfcnt = ef->ctfcnt;
111 * update ctfcnt to the number of bytes read.
113 ef->ctfcnt = -1;
289 ef->ctfcnt = shdr[i].sh_size;
296 lc->ctfcnt = ef->ctfcnt;
[all...]
H A Dlink_elf.c109 long ctfcnt; /* number of bytes in CTF table */ member in struct:elf_file
H A Dlink_elf_obj.c115 long ctfcnt; /* number of bytes in CTF table */ member in struct:elf_file
/freebsd-10-stable/sys/sys/
H A Dlinker.h273 int ctfcnt; /* Number of CTF data bytes. */ member in struct:linker_ctf

Completed in 147 milliseconds