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

  /src/external/gpl3/binutils/dist/include/
sframe-api.h 175 of FREs in the buffer are NUM_FRES. In SFrame V3, this buffer also contains
183 uint32_t *num_fres);
185 /* Get the data (NUM_FRES, FUNC_SIZE, FUNC_START_ADDRESS, FUNC_INFO,
192 uint32_t *num_fres,
198 /* Get the data (NUM_FRES, FUNC_SIZE, START_PC_OFFSET, FUNC_INFO, FUNC_INFO2,
204 uint32_t *num_fres,
318 in the buffer are NUM_FRES. */
322 uint32_t num_fres,
342 uint32_t num_fres);
354 uint32_t num_fres);
    [all...]
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.h 122 unsigned int num_fres; member in struct:sframe_func_entry
gen-sframe.c 867 gas_assert (sframe_fde->num_fres <= UINT16_MAX);
868 out_two (sframe_fde->num_fres);
922 unsigned int num_fres = get_num_sframe_fres (); local
972 out_four (num_fres); /* Number of FREs. */
1061 total_fres += sframe_fde->num_fres;
1112 sframe_fde->num_fres = xlate_ctx->num_xlate_fres;
  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.h 91 unsigned int num_fres; member in struct:sframe_func_entry
gen-sframe.c 662 out_four (sframe_fde->num_fres);
707 unsigned int num_fres = get_num_sframe_fres (); local
757 out_four (num_fres); /* Number of FREs. */
845 total_fres += sframe_fde->num_fres;
892 sframe_fde->num_fres = xlate_ctx->num_xlate_fres;
  /src/external/gpl3/binutils.old/dist/include/
sframe-api.h 172 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
178 uint32_t *num_fres,
183 /* Get the data (NUM_FRES, FUNC_SIZE, FUNC_START_ADDRESS, FUNC_INFO,
190 uint32_t *num_fres,
285 /* Add a new function descriptor entry with START_ADDR, FUNC_SIZE and NUM_FRES
292 uint32_t num_fres);
302 uint32_t num_fres);
  /src/external/gpl3/gdb/dist/include/
sframe-api.h 164 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
170 uint32_t *num_fres,
175 /* Get the data (NUM_FRES, FUNC_SIZE, FUNC_START_ADDRESS, FUNC_INFO,
182 uint32_t *num_fres,
253 /* Add a new function descriptor entry with START_ADDR, FUNC_SIZE and NUM_FRES
260 uint32_t num_fres);
270 uint32_t num_fres);
  /src/external/gpl3/gdb.old/dist/include/
sframe-api.h 164 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
170 uint32_t *num_fres,
175 /* Get the data (NUM_FRES, FUNC_SIZE, FUNC_START_ADDRESS, FUNC_INFO,
182 uint32_t *num_fres,
253 /* Add a new function descriptor entry with START_ADDR, FUNC_SIZE and NUM_FRES
260 uint32_t num_fres);
270 uint32_t num_fres);
  /src/external/gpl3/binutils/dist/libsframe/
sframe-dump.c 218 uint32_t num_fres,
235 for (j = 0; j < num_fres; j++)
341 uint32_t num_fres,
353 for (j = 0; j < num_fres; j++)
474 uint32_t num_fres = 0; local
488 sframe_decoder_get_funcdesc_v3 (sfd_ctx, funcidx, &num_fres, &func_size,
496 sframe_decoder_get_funcdesc_v2 (sfd_ctx, funcidx, &num_fres, &func_size,
542 dump_sframe_func_fres_simple (sfd_ctx, funcidx, num_fres,
545 dump_sframe_func_fres_flex (sfd_ctx, funcidx, num_fres, func_start_pc_vma,
sframe.c 616 uint32_t *num_fres, uint32_t *fre_type,
623 *num_fres = fdep->sfde_func_num_fres;
651 uint16_t *num_fres, uint32_t *fre_type)
657 *num_fres = fdap->sfda_func_num_fres;
719 uint32_t num_fres = 0; local
753 &num_fres, &fre_type,
761 &num_fres, &fre_type,
769 for (; j < prev_frep_index + num_fres; j++)
815 uint16_t num_fres = 0; local
864 &num_fres, &fre_type)
2573 uint16_t num_fres = (uint16_t)fde->func_num_fres; local
2599 uint32_t j, num_fres; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe-dump.c 125 uint32_t num_fres = 0; local
142 sframe_decoder_get_funcdesc (sfd_ctx, funcidx, &num_fres,
174 for (j = 0; j < num_fres; j++)
sframe.c 478 unsigned int num_fres = 0; local
509 num_fres = fdep->sfde_func_num_fres;
519 num_fres = fdep->sfde_func_num_fres;
526 for (; j < prev_frep_index + num_fres; j++)
1228 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
1237 uint32_t *num_fres,
1245 if (ctx == NULL || func_start_address == NULL || num_fres == NULL
1254 *num_fres = fdp->sfde_func_num_fres;
1265 uint32_t *num_fres,
1275 || num_fres == NULL || func_size == NUL
1862 uint32_t j, num_fres; local
    [all...]
  /src/external/gpl3/gdb/dist/libsframe/
sframe-dump.c 113 uint32_t num_fres = 0; local
130 sframe_decoder_get_funcdesc (sfd_ctx, funcidx, &num_fres,
155 for (j = 0; j < num_fres; j++)
sframe.c 464 unsigned int num_fres = 0; local
495 num_fres = fdep->sfde_func_num_fres;
505 num_fres = fdep->sfde_func_num_fres;
512 for (; j < prev_frep_index + num_fres; j++)
1176 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
1185 uint32_t *num_fres,
1193 if (ctx == NULL || func_start_address == NULL || num_fres == NULL
1202 *num_fres = fdp->sfde_func_num_fres;
1213 uint32_t *num_fres,
1223 || num_fres == NULL || func_size == NUL
1758 uint32_t j, num_fres; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe-dump.c 103 uint32_t num_fres = 0; local
120 sframe_decoder_get_funcdesc (sfd_ctx, funcidx, &num_fres,
145 for (j = 0; j < num_fres; j++)
sframe.c 464 unsigned int num_fres = 0; local
495 num_fres = fdep->sfde_func_num_fres;
505 num_fres = fdep->sfde_func_num_fres;
512 for (; j < prev_frep_index + num_fres; j++)
1176 /* Get the data (NUM_FRES, FUNC_START_ADDRESS) from the function
1185 uint32_t *num_fres,
1193 if (ctx == NULL || func_start_address == NULL || num_fres == NULL
1202 *num_fres = fdp->sfde_func_num_fres;
1213 uint32_t *num_fres,
1223 || num_fres == NULL || func_size == NUL
1758 uint32_t j, num_fres; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-sframe.c 427 unsigned int num_fres = 0; local
437 if (!sframe_decoder_get_funcdesc_v2 (sfd_ctx, i, &num_fres, &func_size,
496 rep_block_size, num_fres);
501 for (j = 0; j < num_fres; j++)
  /src/external/gpl3/gdb.old/dist/bfd/
elf-sframe.c 427 unsigned int num_fres = 0; local
437 if (!sframe_decoder_get_funcdesc_v2 (sfd_ctx, i, &num_fres, &func_size,
496 rep_block_size, num_fres);
501 for (j = 0; j < num_fres; j++)
  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 510 unsigned int num_fres = 0; local
518 if (!sframe_decoder_get_funcdesc_v3 (sfd_ctx, i, &num_fres, &func_size,
596 BFD_ASSERT (!err && fde_num_fres == num_fres);
598 num_fres, fres_buf, fres_buf_size);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c 472 unsigned int num_fres = 0; local
482 if (!sframe_decoder_get_funcdesc_v2 (sfd_ctx, i, &num_fres, &func_size,
550 rep_block_size, num_fres);
555 for (j = 0; j < num_fres; j++)

Completed in 52 milliseconds