HomeSort by: relevance | last modified time | path
    Searched refs:hdroffset (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
kern_malloc.c 112 size_t allocsize, hdroffset; local
123 hdroffset = PAGE_SIZE - sizeof(struct malloc_header);
126 hdroffset = 0;
139 mh = (void *)((char *)p + hdroffset);
140 mh->mh_size = allocsize - hdroffset;
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 986 off_t hdroffset; local
1018 hdroffset = offset + sizeof (struct macho_header_32);
1022 hdroffset = offset + sizeof (struct macho_header_64);
1029 hdroffset = offset + sizeof (struct macho_header_fat);
1031 return macho_add_fat (state, filename, descriptor, 0, hdroffset,
1043 hdroffset = offset + sizeof (struct macho_header_fat);
1046 return macho_add_fat (state, filename, descriptor, 1, hdroffset,
1068 if (!backtrace_get_view (state, descriptor, hdroffset, header.sizeofcmds,
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 986 off_t hdroffset; local
1018 hdroffset = offset + sizeof (struct macho_header_32);
1022 hdroffset = offset + sizeof (struct macho_header_64);
1029 hdroffset = offset + sizeof (struct macho_header_fat);
1031 return macho_add_fat (state, filename, descriptor, 0, hdroffset,
1043 hdroffset = offset + sizeof (struct macho_header_fat);
1046 return macho_add_fat (state, filename, descriptor, 1, hdroffset,
1068 if (!backtrace_get_view (state, descriptor, hdroffset, header.sizeofcmds,
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 986 off_t hdroffset; local
1018 hdroffset = offset + sizeof (struct macho_header_32);
1022 hdroffset = offset + sizeof (struct macho_header_64);
1029 hdroffset = offset + sizeof (struct macho_header_fat);
1031 return macho_add_fat (state, filename, descriptor, 0, hdroffset,
1043 hdroffset = offset + sizeof (struct macho_header_fat);
1046 return macho_add_fat (state, filename, descriptor, 1, hdroffset,
1068 if (!backtrace_get_view (state, descriptor, hdroffset, header.sizeofcmds,
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 986 off_t hdroffset; local
1018 hdroffset = offset + sizeof (struct macho_header_32);
1022 hdroffset = offset + sizeof (struct macho_header_64);
1029 hdroffset = offset + sizeof (struct macho_header_fat);
1031 return macho_add_fat (state, filename, descriptor, 0, hdroffset,
1043 hdroffset = offset + sizeof (struct macho_header_fat);
1046 return macho_add_fat (state, filename, descriptor, 1, hdroffset,
1068 if (!backtrace_get_view (state, descriptor, hdroffset, header.sizeofcmds,
  /src/usr.sbin/iostat/
iostat.c 207 int ch, hdrcnt, hdroffset, ndrives, lines; local
363 hdroffset = 3;
366 hdroffset = 3;
369 hdroffset = 4;
375 hdrcnt = winlines - hdroffset;

Completed in 183 milliseconds