HomeSort by: relevance | last modified time | path
    Searched defs:notestart (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
core_elf32.c 120 off_t notestart; local in function:ELFNAMEEND
220 notestart = ehdr.e_phoff + psectionssize;
225 ws.secoff = notestart + notesize;
241 ws.psections->p_offset = notestart;
257 if (offset != notestart)
258 panic("coredump: offset %lld != notestart %lld",
260 (long long) notestart);

Completed in 33 milliseconds