Searched refs:fde_type (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsframe-opt.c97 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);
H A Dgen-sframe.c267 sframe_v1_set_func_info (unsigned int fde_type, unsigned int fre_type, argument
271 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
304 sframe_set_func_info (unsigned int fde_type, unsigned int fre_type, argument
307 return sframe_ver_ops.set_func_info (fde_type, fre_type, pauth_key);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsframe.h194 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
195 ((((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
H A Dsframe-api.h94 sframe_fde_create_func_info (unsigned int fre_type, unsigned int fde_type);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsframe.h206 #define SFRAME_V1_FUNC_INFO(fde_type, fre_enc_type) \
208 (((fde_type) & 0x1) << 4) | ((fre_enc_type) & 0xf))
H A Dsframe-api.h97 sframe_fde_create_func_info (uint32_t fre_type, uint32_t fde_type);
/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A Dsframe.c147 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);
635 uint32_t fde_type)
641 sframe_assert (fde_type == SFRAME_FDE_TYPE_PCINC
642 || fde_type == SFRAME_FDE_TYPE_PCMASK);
643 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_typ
634 sframe_fde_create_func_info(uint32_t fre_type, uint32_t fde_type) argument
1115 uint32_t fre_type, fde_type, i; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe.c147 unsigned int fde_type = 0; local
149 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
150 return fde_type;
562 unsigned int fde_type)
568 sframe_assert (fde_type == SFRAME_FDE_TYPE_PCINC
569 || fde_type == SFRAME_FDE_TYPE_PCMASK);
570 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
981 unsigned int fre_type, fde_type; local
985 /* For regular FDEs (i.e. fde_type SFRAME_FDE_TYPE_PCINC),
1001 fde_type
561 sframe_fde_create_func_info(unsigned int fre_type, unsigned int fde_type) argument
[all...]

Completed in 151 milliseconds