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

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 42 typedef long foff_t; typedef in typeref:typename:long
55 foff_t text_off; /* file offset of text section */
56 foff_t data_off; /* file offset of data section */
220 if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
252 (foff_t) (get_uint32(&hdr->e_shoff) + sizeof shdr),
628 fseek(fpx, (foff_t) sizeof xhdr, SEEK_SET)) { /* skip header */
695 if (fseek(fpx, (foff_t) 0, SEEK_SET) ||
aout2hux.c 42 typedef long foff_t; typedef in typeref:typename:long
55 foff_t text_off; /* file offset of text section */
56 foff_t data_off; /* file offset of data section */
220 if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
252 (foff_t) (get_uint32(&hdr->e_shoff) + sizeof shdr),
628 fseek(fpx, (foff_t) sizeof xhdr, SEEK_SET)) { /* skip header */
695 if (fseek(fpx, (foff_t) 0, SEEK_SET) ||

Completed in 106 milliseconds