Home
last modified time | relevance | path

Searched refs:split_cu (Results 1 - 5 of 5) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_cu_info.c80 Dwarf_CU *split_cu = __libdw_find_split_unit (cu); in dwarf_cu_info() local
81 if (split_cu != NULL) in dwarf_cu_info()
82 *subdie = CUDIE(split_cu); in dwarf_cu_info()
H A Ddwarf_get_units.c117 Dwarf_CU *split_cu = __libdw_find_split_unit (next); in dwarf_get_units() local
118 if (split_cu != NULL) in dwarf_get_units()
119 *subdie = CUDIE(split_cu); in dwarf_get_units()
/third_party/elfutils/tests/
H A Dget-units-split.c59 Dwarf_CU *split_cu = subdie.cu; in main() local
73 if (dwarf_cu_die (split_cu, &split_die, NULL, NULL, NULL, NULL, in main()
/third_party/elfutils/src/
H A Dreadelf.c5779 static bool is_split_dwarf (Dwarf *dbg, uint64_t *id, Dwarf_CU **split_cu);
8138 Dwarf_CU *split_cu = subdie.cu; in print_debug_units() local
8139 dwarf_cu_die (split_cu, &result, NULL, &abbroffset, in print_debug_units()
8164 args.dbg = split_cu->dbg; in print_debug_units()
11377 is_split_dwarf (Dwarf *dbg, uint64_t *id, Dwarf_CU **split_cu) in is_split_dwarf() argument
11395 *split_cu = cu; in is_split_dwarf()
11426 Dwarf_CU *split_cu = NULL; in print_debug() local
11450 if (is_split_dwarf (dbg, &split_id, &split_cu)) in print_debug()
11545 __libdw_link_skel_split (cu, split_cu); in print_debug()
11546 split_dbg = dwarf_cu_getdwarf (split_cu); in print_debug()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c2348 int split_cu; in hls_coding_quadtree() local
2354 split_cu = ff_hevc_split_coding_unit_flag_decode(s, cb_depth, x0, y0); in hls_coding_quadtree()
2356 split_cu = (log2_cb_size > s->ps.sps->log2_min_cb_size); in hls_coding_quadtree()
2369 if (split_cu) { in hls_coding_quadtree()

Completed in 23 milliseconds