Searched refs:CHECK_ALLOC_FOR_INIT (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | xtensa-isa.c | 55 #define CHECK_ALLOC_FOR_INIT(MEM,ERRVAL,ERRNO_P,ERROR_MSG_P) \ macro 245 CHECK_ALLOC_FOR_INIT (isa->opname_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 257 CHECK_ALLOC_FOR_INIT (isa->state_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 269 CHECK_ALLOC_FOR_INIT (isa->sysreg_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 284 CHECK_ALLOC_FOR_INIT (isa->sysreg_table[is_user], NULL, in xtensa_isa_init() 301 CHECK_ALLOC_FOR_INIT (isa->interface_lookup_table, NULL, errno_p, in xtensa_isa_init() 314 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p, in xtensa_isa_init()
|