Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c130 static unsigned long alt_group_len(struct alt_group *alt_group) in alt_group_len() argument
132 return alt_group->last_insn->offset + in alt_group_len()
133 alt_group->last_insn->len - in alt_group_len()
134 alt_group->first_insn->offset; in alt_group_len()
161 struct alt_group *alt_group = insn->alt_group; in orc_create() local
164 if (!alt_group) { in orc_create()
185 for (i = 0; i < alt_group_len(alt_group); i++) { in orc_create()
186 struct cfi_state *cfi = alt_group->cfi[i]; in orc_create()
202 insn = alt_group->last_insn; in orc_create()
H A Dcheck.c113 struct alt_group *alt_group = insn->alt_group; in is_jump_table_jump() local
119 return alt_group && alt_group->orig_group && in is_jump_table_jump()
120 alt_group->orig_group->first_insn->jump_table; in is_jump_table_jump()
1109 insn->alt_group = orig_alt_group; in handle_group_alt()
1146 nop->alt_group = new_alt_group; in handle_group_alt()
1166 insn->alt_group = new_alt_group; in handle_group_alt()
2420 if (!insn->alt_group) in propagate_alt_cfi()
2423 alt_cfi = insn->alt_group->cfi; in propagate_alt_cfi()
2450 if (!insn->alt_group) in handle_insn_ops()
2644 struct alt_group *alt_group = insn->alt_group; in next_insn_to_validate() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c130 static unsigned long alt_group_len(struct alt_group *alt_group) in alt_group_len() argument
132 return alt_group->last_insn->offset + in alt_group_len()
133 alt_group->last_insn->len - in alt_group_len()
134 alt_group->first_insn->offset; in alt_group_len()
161 struct alt_group *alt_group = insn->alt_group; in orc_create() local
164 if (!alt_group) { in orc_create()
185 for (i = 0; i < alt_group_len(alt_group); i++) { in orc_create()
186 struct cfi_state *cfi = alt_group->cfi[i]; in orc_create()
202 insn = alt_group->last_insn; in orc_create()
H A Dcheck.c113 struct alt_group *alt_group = insn->alt_group; in is_jump_table_jump() local
119 return alt_group && alt_group->orig_group && in is_jump_table_jump()
120 alt_group->orig_group->first_insn->jump_table; in is_jump_table_jump()
1109 insn->alt_group = orig_alt_group; in handle_group_alt()
1146 nop->alt_group = new_alt_group; in handle_group_alt()
1166 insn->alt_group = new_alt_group; in handle_group_alt()
2420 if (!insn->alt_group) in propagate_alt_cfi()
2423 alt_cfi = insn->alt_group->cfi; in propagate_alt_cfi()
2450 if (!insn->alt_group) in handle_insn_ops()
2644 struct alt_group *alt_group = insn->alt_group; in next_insn_to_validate() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/objtool/
H A Dorc_gen.c130 static unsigned long alt_group_len(struct alt_group *alt_group) in alt_group_len() argument
132 return alt_group->last_insn->offset + in alt_group_len()
133 alt_group->last_insn->len - in alt_group_len()
134 alt_group->first_insn->offset; in alt_group_len()
161 struct alt_group *alt_group = insn->alt_group; in orc_create() local
164 if (!alt_group) { in orc_create()
185 for (i = 0; i < alt_group_len(alt_group); i++) { in orc_create()
186 struct cfi_state *cfi = alt_group->cfi[i]; in orc_create()
202 insn = alt_group->last_insn; in orc_create()
H A Dcheck.c113 struct alt_group *alt_group = insn->alt_group; in is_jump_table_jump() local
119 return alt_group && alt_group->orig_group && in is_jump_table_jump()
120 alt_group->orig_group->first_insn->jump_table; in is_jump_table_jump()
1109 insn->alt_group = orig_alt_group; in handle_group_alt()
1146 nop->alt_group = new_alt_group; in handle_group_alt()
1166 insn->alt_group = new_alt_group; in handle_group_alt()
2420 if (!insn->alt_group) in propagate_alt_cfi()
2423 alt_cfi = insn->alt_group->cfi; in propagate_alt_cfi()
2450 if (!insn->alt_group) in handle_insn_ops()
2644 struct alt_group *alt_group = insn->alt_group; in next_insn_to_validate() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h22 struct alt_group { struct
27 struct alt_group *orig_group; argument
54 struct alt_group *alt_group; member
/dports/multimedia/libv4l/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h22 struct alt_group { struct
27 struct alt_group *orig_group; argument
54 struct alt_group *alt_group; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h22 struct alt_group { struct
27 struct alt_group *orig_group; argument
54 struct alt_group *alt_group; argument
/dports/multimedia/xanim/xanim2920/
H A Dxa_qt.h171 xaUSHORT alt_group; member
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/isomp4/
H A Dqtdemux_dump.c87 guint16 layer = 0, alt_group = 0, ivol = 0; in qtdemux_dump_tkhd() local
104 gst_byte_reader_get_uint16_be (data, &alt_group) && in qtdemux_dump_tkhd()
115 GST_LOG ("%*s alt group: %u", depth, "", alt_group); in qtdemux_dump_tkhd()

12