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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 466 unsigned long func_idx; local
478 func_idx = item.query_id - 1;
481 if (func_idx < ARRAY_SIZE(i915_query_funcs)) {
482 func_idx = array_index_nospec(func_idx,
484 ret = i915_query_funcs[func_idx](dev_priv, &item);
  /src/external/gpl3/binutils/dist/bfd/
elf64-s390.c 1657 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1659 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
elfxx-x86.c 1959 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1961 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 526 /* Get the function descriptor entry at index FUNC_IDX in the decoder
531 uint32_t func_idx)
539 || func_idx >= num_fdes
541 || ctx->sfd_funcdesc->count <= func_idx)
544 fdep = &ctx->sfd_funcdesc->entry[func_idx];
548 /* Get the offset of the start PC of the SFrame FDE at FUNC_IDX from the start
553 If FUNC_IDX is not a valid index in the given decoder object, returns 0. */
557 uint32_t func_idx)
561 = sframe_decoder_get_offsetof_fde_start_addr (dctx, func_idx, &err);
562 /* If func_idx is not a valid index, return 0. *
1697 uint32_t func_idx; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-s390.c 1655 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1657 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
elfxx-x86.c 1951 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1953 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 346 /* Get the function descriptor entry at index FUNC_IDX in the decoder
351 uint32_t func_idx)
359 || func_idx >= num_fdes
363 fdep = &ctx->sfd_funcdesc[func_idx];
367 /* Get the offset of the start PC of the SFrame FDE at FUNC_IDX from the start
372 If FUNC_IDX is not a valid index in the given decoder object, returns 0. */
376 uint32_t func_idx)
380 = sframe_decoder_get_offsetof_fde_start_addr (dctx, func_idx, &err);
381 /* If func_idx is not a valid index, return 0. */
385 int32_t func_start_addr = dctx->sfd_funcdesc[func_idx].sfde_func_start_address
1168 uint32_t func_idx; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-x86.c 1959 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1961 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
  /src/external/gpl3/gdb/dist/bfd/
elf64-s390.c 1655 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1657 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
elfxx-x86.c 1953 unsigned int func_idx = plt0_entry_size ? 1 : 0; local
1955 sframe_encoder_add_fre (*ectx, func_idx, &pltn_fre);
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 346 /* Get the function descriptor entry at index FUNC_IDX in the decoder
351 uint32_t func_idx)
359 || func_idx >= num_fdes
363 fdep = &ctx->sfd_funcdesc[func_idx];
367 /* Get the offset of the start PC of the SFrame FDE at FUNC_IDX from the start
372 If FUNC_IDX is not a valid index in the given decoder object, returns 0. */
376 uint32_t func_idx)
380 = sframe_decoder_get_offsetof_fde_start_addr (dctx, func_idx, &err);
381 /* If func_idx is not a valid index, return 0. */
385 int32_t func_start_addr = dctx->sfd_funcdesc[func_idx].sfde_func_start_address
1170 uint32_t func_idx; local
    [all...]

Completed in 38 milliseconds