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

  /src/usr.bin/rump_allserver/
rump_allserver.c 123 off_t foffset; member in struct:etfsreg
164 long long flen, foffset; local
168 flen = foffset = 0;
201 if (foffset != 0) {
221 if (foffset != 0) {
234 foffset = strsuftoll("-d offset", value,
237 foffset = strtoull(value, NULL, 10);
242 if (foffset != 0 || flen != 0) {
306 etfs[curetfs].foffset = foffset;
430 off_t foffset, flen, fendoff; local
769 uint32_t foffset, flen; local
    [all...]
  /src/sys/fs/udf/
udf_allocation.c 461 uint64_t foffset, end_foffset; local
551 foffset = 0;
579 end_foffset = foffset + len;
583 foffset = end_foffset;
587 ext_offset = lb_num * lb_size - foffset;
653 uint64_t foffset, end_foffset; local
690 foffset = 0;
717 end_foffset = foffset + len;
721 foffset = end_foffset;
725 ext_offset = (uint64_t) from * lb_size - foffset;
2239 uint64_t foffset, end_foffset, restart_foffset; local
2603 uint64_t foffset, end_foffset; local
2876 uint64_t foffset, end_foffset; local
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 803 uint64_t foffset; local
813 foffset = fat_arch_64.offset;
817 foffset = __builtin_bswap64 (foffset);
828 foffset = (uint64_t) fat_arch_32.offset;
832 foffset = (uint64_t) __builtin_bswap32 ((uint32_t) foffset);
840 return macho_add (state, filename, descriptor, foffset, match_uuid,
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 803 uint64_t foffset; local
813 foffset = fat_arch_64.offset;
817 foffset = __builtin_bswap64 (foffset);
828 foffset = (uint64_t) fat_arch_32.offset;
832 foffset = (uint64_t) __builtin_bswap32 ((uint32_t) foffset);
840 return macho_add (state, filename, descriptor, foffset, match_uuid,
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 803 uint64_t foffset; local
813 foffset = fat_arch_64.offset;
817 foffset = __builtin_bswap64 (foffset);
828 foffset = (uint64_t) fat_arch_32.offset;
832 foffset = (uint64_t) __builtin_bswap32 ((uint32_t) foffset);
840 return macho_add (state, filename, descriptor, foffset, match_uuid,
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 803 uint64_t foffset; local
813 foffset = fat_arch_64.offset;
817 foffset = __builtin_bswap64 (foffset);
828 foffset = (uint64_t) fat_arch_32.offset;
832 foffset = (uint64_t) __builtin_bswap32 ((uint32_t) foffset);
840 return macho_add (state, filename, descriptor, foffset, match_uuid,
  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 839 int foffset = 0; local
845 foffset += val;
847 t->offset = (unsigned) (ctx->func->img_offset + foffset);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc 839 int foffset = 0; local
845 foffset += val;
847 t->offset = (unsigned) (ctx->func->img_offset + foffset);
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 103 HOST_WIDE_INT foffset; member in struct:m68k_frame
868 current_frame.foffset = 0;
880 current_frame.foffset = saved * TARGET_FP_REG_SIZE;
881 current_frame.offset += current_frame.foffset;
1338 -(current_frame.foffset + fsize),
1366 -(current_frame.foffset + fsize),
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 103 HOST_WIDE_INT foffset; member in struct:m68k_frame
864 current_frame.foffset = 0;
876 current_frame.foffset = saved * TARGET_FP_REG_SIZE;
877 current_frame.offset += current_frame.foffset;
1334 -(current_frame.foffset + fsize),
1362 -(current_frame.foffset + fsize),
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 2038 $event_kind_map_regex .= '"0x([0-9a-fA-F]+)"\s+.*foffset=';
2065 my $foffset;
2227 # *foffset="\+*0x([0-9a-fA-F]+)"\s.*modes="0x([0-9]+)"\s.*
2234 $foffset = $2;
2238 $msg = "extracted vaddr = $vaddr foffset = $foffset";
2245 my $result_VA = bigint::hex ($vaddr) - bigint::hex ($foffset);
4006 $map_xml_regex .= 'foffset="\+*0x([0-9a-fA-F]+)"\s.*';
4013 my $foffset;
4051 $foffset = $2
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 2038 $event_kind_map_regex .= '"0x([0-9a-fA-F]+)"\s+.*foffset=';
2065 my $foffset;
2227 # *foffset="\+*0x([0-9a-fA-F]+)"\s.*modes="0x([0-9]+)"\s.*
2234 $foffset = $2;
2238 $msg = "extracted vaddr = $vaddr foffset = $foffset";
2245 my $result_VA = bigint::hex ($vaddr) - bigint::hex ($foffset);
4006 $map_xml_regex .= 'foffset="\+*0x([0-9a-fA-F]+)"\s.*';
4013 my $foffset;
4051 $foffset = $2
    [all...]

Completed in 57 milliseconds