Searched refs:insn_list (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | check.h | 94 list_for_each_entry(insn, &file->insn_list, list) 98 insn && &insn->list != &file->insn_list && \
|
| H A D | objtool.h | 19 struct list_head insn_list; member
|
| H A D | builtin-orc.c | 51 if (list_empty(&file->insn_list)) in cmd_orc()
|
| H A D | objtool.c | 62 INIT_LIST_HEAD(&file.insn_list); in objtool_open_read()
|
| H A D | check.c | 54 if (!next || &next->list == &file->insn_list || next->sec != insn->sec) in next_insn_same_sec() 69 if (&next->list != &file->insn_list && next->func == func) in next_insn_same_func() 85 if (&prev->list != &file->insn_list && prev->func == insn->func) in prev_insn_same_sym() 98 insn && &insn->list != &file->insn_list && \ 105 &insn->list != &file->insn_list && \ 395 list_add_tail(&insn->list, &file->insn_list); in decode_instructions() 3170 insn = list_first_entry(&file->insn_list, typeof(*insn), list); in validate_unwind_hints() 3173 while (&insn->list != &file->insn_list && (!sec || insn->sec == sec)) { in validate_unwind_hints() 3567 if (list_empty(&file->insn_list)) in check()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.def | 103 DEF_RTL_EXPR(INSN_LIST, "insn_list", "ue", RTX_EXTRA)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.def | 103 DEF_RTL_EXPR(INSN_LIST, "insn_list", "ue", RTX_EXTRA)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 19273 A list (chain of 'insn_list' expressions) giving information about 19280 A list (chain of 'expr_list', 'insn_list' and 'int_list' 19284 The 'LOG_LINKS' field of an insn is a chain of 'insn_list' expressions. 19286 another 'insn_list' expression (the next one in the chain). The last 19287 'insn_list' in the chain has a null pointer as second operand. The 19289 operands of 'insn_list' expressions). Their order is not significant. 19299 to 'insn_list' expressions. There are several kinds of register notes, 19500 For convenience, the machine mode in an 'insn_list' or 'expr_list' is 19503 The only difference between the expression codes 'insn_list' and 19504 'expr_list' is that the first operand of an 'insn_list' is assumed to be [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 19273 A list (chain of 'insn_list' expressions) giving information about 19280 A list (chain of 'expr_list', 'insn_list' and 'int_list' 19284 The 'LOG_LINKS' field of an insn is a chain of 'insn_list' expressions. 19286 another 'insn_list' expression (the next one in the chain). The last 19287 'insn_list' in the chain has a null pointer as second operand. The 19289 operands of 'insn_list' expressions). Their order is not significant. 19299 to 'insn_list' expressions. There are several kinds of register notes, 19500 For convenience, the machine mode in an 'insn_list' or 'expr_list' is 19503 The only difference between the expression codes 'insn_list' and 19504 'expr_list' is that the first operand of an 'insn_list' is assumed to be [all …]
|