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

  /src/sys/kern/
core_elf32.c 75 off_t secoff; member in struct:writesegs_state
225 ws.secoff = notestart + notesize;
354 phdr.p_offset = ws->secoff;
368 ws->secoff += phdr.p_filesz;
  /src/usr.sbin/mopd/common/
file.c 918 uint32_t secoff; local in function:mopFileRead
934 secoff = dlslot->e_curpos - dlslot->e_sections[sec].s_loff;
940 if (secoff < dlslot->e_sections[sec].s_fsize) {
941 bsz = dlslot->e_sections[sec].s_fsize - secoff;
945 dlslot->e_sections[sec].s_foff + secoff,
954 else if (secoff < (dlslot->e_sections[sec].s_fsize +
957 (secoff - dlslot->e_sections[sec].s_fsize);

Completed in 42 milliseconds