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

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 55 foff_t text_off; /* file offset of text section */ member in struct:exec_info
165 inf->text_off = sizeof(struct aout_m68k);
273 inf->text_off = get_uint32(&phdr[0].p_offset);
275 inf->text_off;
277 inf->data_off = inf->text_off + inf->text_size;
294 inf->text_off = get_uint32(&phdr[0].p_offset);
307 inf->text_off = get_uint32(&phdr[0].p_offset);
353 inf->text_off = get_uint32(&phdr[t].p_offset);
642 if (fseek(fpa1, inf1.text_off, SEEK_SET)) {
646 if (fseek(fpa2, inf2.text_off, SEEK_SET))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 819 text_off=0x$(objdump -j .text -h $objfile \
826 probe_off=$((text_off + base + offset))
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 819 text_off=0x$(objdump -j .text -h $objfile \
826 probe_off=$((text_off + base + offset))

Completed in 18 milliseconds