Home
last modified time | relevance | path

Searched refs:orc_entry (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_orc.c22 extern struct orc_entry __start_orc_unwind[];
23 extern struct orc_entry __stop_orc_unwind[];
33 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find()
135 static struct orc_entry orc_fp_entry = {
146 static struct orc_entry *orc; in orc_find()
198 struct orc_entry *orc_a, *orc_b; in orc_sort_swap()
199 struct orc_entry orc_tmp; in orc_sort_swap()
218 struct orc_entry *orc_a; in orc_sort_cmp()
242 struct orc_entry *orc = _orc; in unwind_module_init()
271 struct orc_entry *orc; in unwind_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_orc.c22 extern struct orc_entry __start_orc_unwind[];
23 extern struct orc_entry __stop_orc_unwind[];
33 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find()
135 static struct orc_entry orc_fp_entry = {
146 static struct orc_entry *orc; in orc_find()
198 struct orc_entry *orc_a, *orc_b; in orc_sort_swap()
199 struct orc_entry orc_tmp; in orc_sort_swap()
218 struct orc_entry *orc_a; in orc_sort_cmp()
242 struct orc_entry *orc = _orc; in unwind_module_init()
271 struct orc_entry *orc; in unwind_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dunwind_orc.c22 extern struct orc_entry __start_orc_unwind[];
23 extern struct orc_entry __stop_orc_unwind[];
33 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find()
135 static struct orc_entry orc_fp_entry = {
146 static struct orc_entry *orc; in orc_find()
198 struct orc_entry *orc_a, *orc_b; in orc_sort_swap()
199 struct orc_entry orc_tmp; in orc_sort_swap()
218 struct orc_entry *orc_a; in orc_sort_cmp()
242 struct orc_entry *orc = _orc; in unwind_module_init()
271 struct orc_entry *orc; in unwind_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c16 static int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi) in init_orc_entry()
87 struct orc_entry *o) in write_orc_entry()
89 struct orc_entry *orc; in write_orc_entry()
92 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
107 struct orc_entry orc;
112 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add()
144 struct orc_entry null = { in orc_create()
153 struct orc_entry orc, prev_orc = {0}; in orc_create()
221 sizeof(struct orc_entry), nr); in orc_create()
H A Dorc_dump.c68 struct orc_entry *orc = NULL; in orc_dump()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c16 static int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi) in init_orc_entry()
87 struct orc_entry *o) in write_orc_entry()
89 struct orc_entry *orc; in write_orc_entry()
92 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
107 struct orc_entry orc;
112 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add()
144 struct orc_entry null = { in orc_create()
153 struct orc_entry orc, prev_orc = {0}; in orc_create()
221 sizeof(struct orc_entry), nr); in orc_create()
H A Dorc_dump.c68 struct orc_entry *orc = NULL; in orc_dump()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c16 static int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi) in init_orc_entry()
87 struct orc_entry *o) in write_orc_entry()
89 struct orc_entry *orc; in write_orc_entry()
92 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
107 struct orc_entry orc;
112 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add()
144 struct orc_entry null = { in orc_create()
153 struct orc_entry orc, prev_orc = {0}; in orc_create()
221 sizeof(struct orc_entry), nr); in orc_create()
H A Dorc_dump.c68 struct orc_entry *orc = NULL; in orc_dump()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dsorttable.h95 struct orc_entry *g_orc_table;
106 struct orc_entry *orc_a; in orc_sort_cmp()
132 struct orc_entry *tmp_orc_table = NULL; in sort_orctable()
135 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable()
151 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()
265 g_orc_table = (struct orc_entry *)((void *)ehdr + in do_sort()
280 orc_size % sizeof(struct orc_entry) != 0 || in do_sort()
281 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dsorttable.h95 struct orc_entry *g_orc_table;
106 struct orc_entry *orc_a; in orc_sort_cmp()
132 struct orc_entry *tmp_orc_table = NULL; in sort_orctable()
135 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable()
151 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()
265 g_orc_table = (struct orc_entry *)((void *)ehdr + in do_sort()
280 orc_size % sizeof(struct orc_entry) != 0 || in do_sort()
281 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dsorttable.h95 struct orc_entry *g_orc_table;
106 struct orc_entry *orc_a; in orc_sort_cmp()
132 struct orc_entry *tmp_orc_table = NULL; in sort_orctable()
135 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable()
151 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()
265 g_orc_table = (struct orc_entry *)((void *)ehdr + in do_sort()
280 orc_size % sizeof(struct orc_entry) != 0 || in do_sort()
281 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dmodule.h12 struct orc_entry *orc_unwind;
H A Dorc_types.h53 struct orc_entry { struct
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Dmodule.h12 struct orc_entry *orc_unwind;
H A Dorc_types.h53 struct orc_entry { struct
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Dmodule.h12 struct orc_entry *orc_unwind;
H A Dorc_types.h53 struct orc_entry { struct
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/arch/x86/include/asm/
H A Dorc_types.h53 struct orc_entry { struct
/dports/multimedia/libv4l/linux-5.13-rc2/tools/arch/x86/include/asm/
H A Dorc_types.h53 struct orc_entry { struct
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/arch/x86/include/asm/
H A Dorc_types.h53 struct orc_entry { struct
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/branches/
H A Dorc.des13 TAGS: orc_entry transparent
25 TAGS: orc_entry
77 TAGS: orc_entry transparent
125 TAGS: orc_entry no_rotate
150 TAGS: orc_entry
326 TAGS: orc_entry
351 TAGS: orc_entry
384 TAGS: orc_entry
470 TAGS: orc_entry
493 TAGS: orc_entry
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/x86/
H A Dorc-unwinder.rst144 the code paths of a .o file, it creates an array of orc_entry structs,
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/x86/
H A Dorc-unwinder.rst144 the code paths of a .o file, it creates an array of orc_entry structs,
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/x86/
H A Dorc-unwinder.rst144 the code paths of a .o file, it creates an array of orc_entry structs,