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

  /src/usr.sbin/installboot/arch/
pmax.c 305 Elf32_Off f_offset; member in struct:seglist
343 seglist[nsegs].f_offset = le32toh(phdr.p_offset);
366 seglist[i].f_size, (off_t)seglist[i].f_offset)
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 67 Elf32_Off f_offset; member in struct:seglist
151 seglist[nsegs].f_offset = phdr.p_offset;
174 printf("lseek(ifd, %d, 0)\n", seglist[i].f_offset);
176 if (lseek(ifd, (off_t)seglist[i].f_offset, 0) < 0)
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
decode.c 1072 SI f_offset; local
1076 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))));
1081 FLD (i_offset) = f_offset;
1082 CGEN_TRACE_EXTRACT (current_cpu, abuf, (current_cpu, pc, "sfmt_bbi", "f_rt 0x%x", 'x', f_rt, "f_rs 0x%x", 'x', f_rs, "offset 0x%x", 'x', f_offset, (char *) 0));
1101 SI f_offset; local
1105 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))));
1110 FLD (i_offset) = f_offset;
1111 CGEN_TRACE_EXTRACT (current_cpu, abuf, (current_cpu, pc, "sfmt_bbv", "f_rs 0x%x", 'x', f_rs, "f_rt 0x%x", 'x', f_rt, "offset 0x%x", 'x', f_offset, (char *) 0));
1129 SI f_offset; local
1132 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))))
1155 SI f_offset; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/iq2000/
decode.c 1072 SI f_offset; local
1076 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))));
1081 FLD (i_offset) = f_offset;
1082 CGEN_TRACE_EXTRACT (current_cpu, abuf, (current_cpu, pc, "sfmt_bbi", "f_rt 0x%x", 'x', f_rt, "f_rs 0x%x", 'x', f_rs, "offset 0x%x", 'x', f_offset, (char *) 0));
1101 SI f_offset; local
1105 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))));
1110 FLD (i_offset) = f_offset;
1111 CGEN_TRACE_EXTRACT (current_cpu, abuf, (current_cpu, pc, "sfmt_bbv", "f_rs 0x%x", 'x', f_rs, "f_rt 0x%x", 'x', f_rt, "offset 0x%x", 'x', f_offset, (char *) 0));
1129 SI f_offset; local
1132 f_offset = ((((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) * (4))) + (((pc) + (4))))
1155 SI f_offset; local
    [all...]
  /src/distrib/utils/edlabel/
edlabel.c 54 int f_offset; member in struct:field
100 cp += f->f_offset;
  /src/sys/lib/libsa/
stand.h 223 off_t f_offset; /* current file offset (F_RAW) */ member in struct:open_file
  /src/external/gpl3/binutils/dist/gprofng/src/
Disasm.cc 46 uint64_t f_offset; // file offset for first_pc member in struct:DisContext
289 uint64_t start_address, uint64_t f_offset, int64_t &inst_size)
303 dw->get_data (f_offset + (inst_address - start_address),
Experiment.cc 5930 uint64_t f_offset = si->get_file_offset () + (addr - si->base); local
5937 instr = lo->find_dbeinstr (f_offset);
5941 int hash2 = ((((int) addr) & 0xFFFC00) | (((int) f_offset) >> 2))
5944 if (instr == NULL || instr->func != si->obj || instr->addr != f_offset)
5948 instr = fp->find_dbeinstr (0, f_offset);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Disasm.cc 46 uint64_t f_offset; // file offset for first_pc member in struct:DisContext
289 uint64_t start_address, uint64_t f_offset, int64_t &inst_size)
303 dw->get_data (f_offset + (inst_address - start_address),
Experiment.cc 5930 uint64_t f_offset = si->get_file_offset () + (addr - si->base); local
5937 instr = lo->find_dbeinstr (f_offset);
5941 int hash2 = ((((int) addr) & 0xFFFC00) | (((int) f_offset) >> 2))
5944 if (instr == NULL || instr->func != si->obj || instr->addr != f_offset)
5948 instr = fp->find_dbeinstr (0, f_offset);
  /src/sys/sys/
file.h 140 off_t f_offset; /* first, is 64-bit */ member in struct:file
  /src/external/gpl3/binutils/dist/opcodes/
iq2000-opc.h 150 long f_offset; member in struct:cgen_fields
  /src/external/gpl3/binutils.old/dist/opcodes/
iq2000-opc.h 150 long f_offset; member in struct:cgen_fields
  /src/external/gpl3/gdb.old/dist/opcodes/
iq2000-opc.h 150 long f_offset; member in struct:cgen_fields
  /src/external/gpl3/gdb/dist/opcodes/
iq2000-opc.h 150 long f_offset; member in struct:cgen_fields

Completed in 27 milliseconds