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

  /src/sys/kern/
core_elf32.c 79 size_t npsections; member in struct:writesegs_state
121 int npsections; local
157 (l->l_proc), 0, npsections);
159 npsections++;
186 if (npsections < PN_XNUM) {
187 ehdr.e_phnum = npsections;
212 if (npsections >= PN_XNUM) {
215 shdr.sh_info = npsections;
222 psectionssize = npsections * sizeof(*psections);
230 ws.npsections = npsections - 1
    [all...]
core_elf32.c 79 size_t npsections; member in struct:writesegs_state
121 int npsections; local
157 (l->l_proc), 0, npsections);
159 npsections++;
186 if (npsections < PN_XNUM) {
187 ehdr.e_phnum = npsections;
212 if (npsections >= PN_XNUM) {
215 shdr.sh_info = npsections;
222 psectionssize = npsections * sizeof(*psections);
230 ws.npsections = npsections - 1
    [all...]

Completed in 32 milliseconds