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

  /src/sys/kern/
core_elf32.c 76 size_t npsections; member in struct:writesegs_state
118 int npsections; local in function:ELFNAMEEND
154 (l->l_proc), 0, npsections);
156 npsections++;
183 if (npsections < PN_XNUM) {
184 ehdr.e_phnum = npsections;
209 if (npsections >= PN_XNUM) {
212 shdr.sh_info = npsections;
219 psectionssize = npsections * sizeof(*psections);
227 ws.npsections = npsections - 1
    [all...]
core_elf32.c 76 size_t npsections; member in struct:writesegs_state
118 int npsections; local in function:ELFNAMEEND
154 (l->l_proc), 0, npsections);
156 npsections++;
183 if (npsections < PN_XNUM) {
184 ehdr.e_phnum = npsections;
209 if (npsections >= PN_XNUM) {
212 shdr.sh_info = npsections;
219 psectionssize = npsections * sizeof(*psections);
227 ws.npsections = npsections - 1
    [all...]

Completed in 51 milliseconds