Searched refs:func_info (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A Dsframe-dump.c106 unsigned char func_info = 0; local
121 &func_size, &func_start_address, &func_info);
127 int fde_type_addrmask_p = (SFRAME_V1_FUNC_FDE_TYPE (func_info)
138 && (SFRAME_V1_FUNC_PAUTH_KEY (func_info) == SFRAME_AARCH64_PAUTH_KEY_B))
H A Dsframe.c637 unsigned char func_info; local
643 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
644 return func_info;
1188 unsigned char *func_info)
1205 *func_info = fdp->sfde_func_info;
1216 unsigned char *func_info,
1235 *func_info = fdp->sfde_func_info;
1539 unsigned char func_info,
1597 fd_info->entry[fd_info->count].sfde_func_info = func_info;
1620 unsigned char func_info,
1183 sframe_decoder_get_funcdesc(sframe_decoder_ctx *ctx, unsigned int i, uint32_t *num_fres, uint32_t *func_size, int32_t *func_start_address, unsigned char *func_info) argument
1211 sframe_decoder_get_funcdesc_v2(sframe_decoder_ctx *dctx, unsigned int i, uint32_t *num_fres, uint32_t *func_size, int32_t *func_start_address, unsigned char *func_info, uint8_t *rep_block_size) argument
1536 sframe_encoder_add_funcdesc(sframe_encoder_ctx *encoder, int32_t start_addr, uint32_t func_size, unsigned char func_info, uint32_t num_fres __attribute__ ((unused))) argument
1617 sframe_encoder_add_funcdesc_v2(sframe_encoder_ctx *encoder, int32_t start_addr, uint32_t func_size, unsigned char func_info, uint8_t rep_block_size, uint32_t num_fres __attribute__ ((unused))) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsframe-api.h173 unsigned char *func_info);
185 unsigned char *func_info,
259 unsigned char func_info,
268 unsigned char func_info,
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe-dump.c85 unsigned char func_info = 0; local
100 &func_size, &func_start_address, &func_info);
106 int fde_type_addrmask_p = (SFRAME_V1_FUNC_FDE_TYPE (func_info)
H A Dsframe.c564 unsigned char func_info; local
570 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
571 return func_info;
1077 unsigned char *func_info)
1097 *func_info = fdp->sfde_func_info;
1406 unsigned char func_info,
1464 fd_info->entry[fd_info->count].sfde_func_info = func_info;
1072 sframe_decoder_get_funcdesc(sframe_decoder_ctx *ctx, unsigned int i, uint32_t *num_fres, uint32_t *func_size, int32_t *func_start_address, unsigned char *func_info) argument
1403 sframe_encoder_add_funcdesc(sframe_encoder_ctx *encoder, int32_t start_addr, uint32_t func_size, unsigned char func_info, uint32_t num_fres __attribute__ ((unused))) argument
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsframe-api.h163 unsigned char *func_info);
232 unsigned char func_info,
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dgen-sframe.c270 unsigned char func_info; local
271 func_info = SFRAME_V1_FUNC_INFO (fde_type, fre_type);
272 func_info = SFRAME_V1_FUNC_INFO_UPDATE_PAUTH_KEY (pauth_key, func_info);
273 return func_info;
284 func_info have not changed from SFRAME_VERSION_1. */
458 used to stash away the func_info. The upper 4-bits of the func_info are copied
468 symbolS *dw_fde_start_addrS, uint8_t func_info)
479 rest_of_func_info.X_add_number = func_info;
467 create_func_info_exp(expressionS *cexp, symbolS *dw_fde_end_addrS, symbolS *dw_fde_start_addrS, uint8_t func_info) argument
595 unsigned char func_info; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-sframe.c416 unsigned char func_info = 0; local
422 &func_start_address, &func_info))
477 func_size, func_info,
H A Delfxx-x86.c1799 unsigned char func_info; local
1860 func_info = sframe_fde_create_func_info (fre_type, SFRAME_FDE_TYPE_PCINC);
1871 func_info,
1890 func_info = sframe_fde_create_func_info (fre_type,
1899 func_info,
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-sframe.c431 unsigned char func_info = 0; local
438 &func_start_addr, &func_info,
495 func_size, func_info,
H A Delfxx-x86.c1834 unsigned char func_info; local
1895 func_info = sframe_fde_create_func_info (fre_type, SFRAME_FDE_TYPE_PCINC);
1906 func_info,
1926 func_info = sframe_fde_create_func_info (fre_type,
1935 func_info,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc645 ctf_funcinfo_t func_info; local
653 func_info.ctc_return = return_type_id;
675 func_info.ctc_flags |= CTF_FUNC_VARARG;
683 func_info.ctc_argc = num_args;
688 (const ctf_funcinfo_t *)&func_info,
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc4580 Vector<void*> *func_info = NULL; local
4618 func_info = new Vector<void*>();
4644 func_info->append (funcs);
4711 Vector<void*>* callee_funcs_vec = (Vector<void*>*)func_info;
4730 destroy (func_info);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc4580 Vector<void*> *func_info = NULL; local
4618 func_info = new Vector<void*>();
4644 func_info->append (funcs);
4711 Vector<void*>* callee_funcs_vec = (Vector<void*>*)func_info;
4730 destroy (func_info);

Completed in 210 milliseconds