| /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);
|
| 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);
|
| Dwarf.cc | 839 int foffset = 0; local 845 foffset += val; 847 t->offset = (unsigned) (ctx->func->img_offset + foffset);
|
| /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...] |
| 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...] |
| 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,
|
| 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,
|
| 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,
|
| 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,
|
| 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/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),
|
| 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),
|
| 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),
|