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

  /src/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.decode/
be-flipping.c 58 uint8_t rep_block_size; local
106 &finfo, &rep_block_size);
frecnt-1.c 49 uint8_t rep_block_size; local
90 &finfo, &rep_block_size);
frecnt-2.c 51 uint8_t rep_block_size; local
93 &finfo, &rep_block_size);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-sframe.c 435 uint8_t rep_block_size = 0; local
439 &rep_block_size))
496 rep_block_size, num_fres);
  /src/external/gpl3/binutils/dist/libsframe/
sframe-dump.c 479 uint8_t rep_block_size = 0; local
490 &func_info2, &rep_block_size);
498 &rep_block_size);
sframe.c 583 uint8_t rep_block_size; local
593 rep_block_size = fdep->func_rep_size;
601 masking with the rep_block_size is necessary to find the matching FRE. */
603 pc_offset = pc_offset % rep_block_size;
1767 uint8_t *rep_block_size)
1786 *rep_block_size = fdp->func_rep_size;
1792 REP_BLOCK_SIZE) from the SFrame function descriptor entry at the I'th index
1803 uint8_t *rep_block_size)
1824 if (rep_block_size)
1825 *rep_block_size = fdp->func_rep_size
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c 480 uint8_t rep_block_size = 0; local
484 &rep_block_size))
550 rep_block_size, num_fres);
  /src/external/gpl3/gdb/dist/bfd/
elf-sframe.c 480 uint8_t rep_block_size = 0; local
484 &rep_block_size))
550 rep_block_size, num_fres);
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 401 uint8_t rep_block_size; local
410 rep_block_size = fdep->sfde_func_rep_size;
418 masking with the rep_block_size is necessary to find the matching FRE. */
420 pc_offset = pc_offset % rep_block_size;
1269 uint8_t *rep_block_size)
1288 *rep_block_size = fdp->sfde_func_rep_size;
1704 and REP_BLOCK_SIZE to the encoder.
1713 uint8_t rep_block_size,
1729 fd_info->entry[fd_info->count-1].sfde_func_rep_size = rep_block_size;
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 377 uint8_t rep_block_size; local
391 rep_block_size = fdep->sfde_func_rep_size;
402 where pc % rep_block_size is between start_ip_offset and
404 masked_pc = pc % rep_block_size;
1217 uint8_t *rep_block_size)
1236 *rep_block_size = fdp->sfde_func_rep_size;
1612 and REP_BLOCK_SIZE to the encoder.
1621 uint8_t rep_block_size,
1637 fd_info->entry[fd_info->count-1].sfde_func_rep_size = rep_block_size;
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 401 uint8_t rep_block_size; local
410 rep_block_size = fdep->sfde_func_rep_size;
418 masking with the rep_block_size is necessary to find the matching FRE. */
420 pc_offset = pc_offset % rep_block_size;
1271 uint8_t *rep_block_size)
1290 *rep_block_size = fdp->sfde_func_rep_size;
1706 and REP_BLOCK_SIZE to the encoder.
1715 uint8_t rep_block_size,
1731 fd_info->entry[fd_info->count-1].sfde_func_rep_size = rep_block_size;

Completed in 69 milliseconds