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

  /src/external/gpl3/binutils.old/dist/gas/
sframe-opt.c 97 uint8_t fde_type, fre_type; local
119 fde_type = SFRAME_V1_FUNC_FDE_TYPE (rest_of_data);
121 gas_assert (fde_type == SFRAME_FDE_TYPE_PCINC);
134 value = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
gen-sframe.c 277 sframe_v1_set_func_info (unsigned int fde_type, unsigned int fre_type,
281 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
314 sframe_set_func_info (unsigned int fde_type, unsigned int fre_type,
317 return sframe_ver_ops.set_func_info (fde_type, fre_type, pauth_key);
  /src/external/gpl3/binutils/dist/include/
sframe-api.h 94 /* Create an FDE function info bye given an FRE_TYPE and an FDE_TYPE. */
97 sframe_fde_create_func_info (uint32_t fre_type, uint32_t fde_type);
227 uint32_t fde_type,
237 uint32_t fde_type,
249 uint32_t fde_type,
sframe.h 229 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
231 (((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
243 #define SFRAME_V2_FUNC_INFO(fde_type, fre_enc_type) \
244 (SFRAME_V1_FUNC_INFO (fde_type, fre_enc_type))
335 #define SFRAME_V3_SET_FDE_TYPE(info2, fde_type) \
337 | ((fde_type) & SFRAME_V3_FDE_TYPE_MASK))
  /src/external/gpl3/binutils.old/dist/include/
sframe.h 218 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
220 (((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
sframe-api.h 94 /* Create an FDE function info bye given an FRE_TYPE and an FDE_TYPE. */
97 sframe_fde_create_func_info (uint32_t fre_type, uint32_t fde_type);
  /src/external/gpl3/gdb/dist/include/
sframe.h 206 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
208 (((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
sframe-api.h 94 /* Create an FDE function info bye given an FRE_TYPE and an FDE_TYPE. */
97 sframe_fde_create_func_info (uint32_t fre_type, uint32_t fde_type);
  /src/external/gpl3/gdb.old/dist/include/
sframe.h 206 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
208 (((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
sframe-api.h 94 /* Create an FDE function info bye given an FRE_TYPE and an FDE_TYPE. */
97 sframe_fde_create_func_info (uint32_t fre_type, uint32_t fde_type);
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 147 uint32_t fde_type = 0; local
149 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
150 return fde_type;
378 uint32_t fde_type; local
389 fde_type = sframe_get_fde_type (fdep);
390 mask_p = (fde_type == SFRAME_FDE_TYPE_PCMASK);
630 /* Create an FDE function info byte given an FRE_TYPE and an FDE_TYPE. */
635 uint32_t fde_type)
641 sframe_assert (fde_type == SFRAME_FDE_TYPE_PCINC
642 || fde_type == SFRAME_FDE_TYPE_PCMASK)
1115 uint32_t fre_type, fde_type, i; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 147 uint32_t fde_type = 0; local
149 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
150 return fde_type;
378 uint32_t fde_type; local
389 fde_type = sframe_get_fde_type (fdep);
390 mask_p = (fde_type == SFRAME_FDE_TYPE_PCMASK);
630 /* Create an FDE function info byte given an FRE_TYPE and an FDE_TYPE. */
635 uint32_t fde_type)
641 sframe_assert (fde_type == SFRAME_FDE_TYPE_PCINC
642 || fde_type == SFRAME_FDE_TYPE_PCMASK)
1115 uint32_t fre_type, fde_type, i; local
    [all...]
  /src/external/gpl3/binutils/dist/libsframe/
sframe-dump.c 348 uint32_t fde_type = SFRAME_FDE_TYPE_FLEX; local
385 int32_t cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, fde_type,
400 int32_t ra_offset = sframe_fre_get_ra_offset (sfd_ctx, &fre, fde_type,
417 int32_t fp_offset = sframe_fre_get_fp_offset (sfd_ctx, &fre, fde_type,
sframe.c 1117 /* Create an FDE function info byte given an FRE_TYPE and an FDE_TYPE. */
1122 uint32_t fde_type)
1128 sframe_assert (fde_type == SFRAME_V3_FDE_PCTYPE_INC
1129 || fde_type == SFRAME_V3_FDE_PCTYPE_MASK);
1130 func_info = SFRAME_V2_FUNC_INFO (fde_type, fre_type);
1169 uint32_t fde_type,
1173 bool flex_p = (fde_type == SFRAME_FDE_TYPE_FLEX);
1192 uint32_t fde_type,
1197 bool flex_p = (fde_type == SFRAME_FDE_TYPE_FLEX);
1245 uint32_t fde_type,
    [all...]
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 148 uint32_t fde_type = 0; local
150 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
151 return fde_type;
402 uint32_t fde_type; local
408 fde_type = sframe_get_fde_type (fdep);
409 mask_p = (fde_type == SFRAME_FDE_TYPE_PCMASK);
648 /* Create an FDE function info byte given an FRE_TYPE and an FDE_TYPE. */
653 uint32_t fde_type)
659 sframe_assert (fde_type == SFRAME_FDE_TYPE_PCINC
660 || fde_type == SFRAME_FDE_TYPE_PCMASK)
    [all...]
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 354 sframe_set_func_info (unsigned int fde_type, unsigned int fre_type,
357 return sframe_ver_ops.set_func_info (fde_type, fre_type, pauth_key,

Completed in 84 milliseconds