/third_party/elfutils/libdw/ |
H A D | dwarf_nextcu.c | 180 /* We keep unit_type at zero for older DWARF since we cannot in INTDEF() 182 uint8_t unit_type = 0; in INTDEF() local 187 unit_type = *bytes++; in INTDEF() 197 || (version == 5 && ! (unit_type == DW_UT_compile in INTDEF() 198 || unit_type == DW_UT_partial in INTDEF() 199 || unit_type == DW_UT_skeleton in INTDEF() 200 || unit_type == DW_UT_split_compile in INTDEF() 201 || unit_type == DW_UT_type in INTDEF() 202 || unit_type == DW_UT_split_type))) in INTDEF() 209 /* We have to guess the unit_type in INTDEF() [all...] |
H A D | dwarf_cu_info.c | 40 Dwarf_Half *version, uint8_t *unit_type, in dwarf_cu_info() 51 if (unit_type != NULL) in dwarf_cu_info() 52 *unit_type = cu->unit_type; in dwarf_cu_info() 57 && cu->unit_type >= DW_UT_compile in dwarf_cu_info() 58 && cu->unit_type <= DW_UT_split_type) in dwarf_cu_info() 75 if (cu->unit_type == DW_UT_type in dwarf_cu_info() 76 || cu->unit_type == DW_UT_split_type) in dwarf_cu_info() 78 else if (cu->unit_type == DW_UT_skeleton) in dwarf_cu_info() 39 dwarf_cu_info(Dwarf_CU *cu, Dwarf_Half *version, uint8_t *unit_type, Dwarf_Die *cudie, Dwarf_Die *subdie, uint64_t *unit_id, uint8_t *address_size, uint8_t *offset_size) dwarf_cu_info() argument
|
H A D | dwarf_get_units.c | 40 Dwarf_Half *version, uint8_t *unit_type, in dwarf_get_units() 92 if (unit_type != NULL) in dwarf_get_units() 93 *unit_type = next->unit_type; in dwarf_get_units() 98 && next->unit_type >= DW_UT_compile in dwarf_get_units() 99 && next->unit_type <= DW_UT_split_type) in dwarf_get_units() 112 if (next->unit_type == DW_UT_type in dwarf_get_units() 113 || next->unit_type == DW_UT_split_type) in dwarf_get_units() 115 else if (next->unit_type == DW_UT_skeleton) in dwarf_get_units() 39 dwarf_get_units(Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu, Dwarf_Half *version, uint8_t *unit_type, Dwarf_Die *cudie, Dwarf_Die *subdie) dwarf_get_units() argument
|
H A D | libdw_findcu.c | 108 uint8_t unit_type; in __libdw_intern_next_unit() local 116 &version, &unit_type, &abbrev_offset, in __libdw_intern_next_unit() 173 /* v4 debug type units have version == 4 and unit_type == DW_UT_type. */ in __libdw_intern_next_unit() 175 newp->unit_type = DW_UT_type; in __libdw_intern_next_unit() 179 newp->unit_type = DW_UT_compile; in __libdw_intern_next_unit() 195 newp->unit_type = DW_UT_skeleton; in __libdw_intern_next_unit() 197 newp->unit_type = DW_UT_split_compile; in __libdw_intern_next_unit() 204 newp->unit_type = DW_UT_partial; in __libdw_intern_next_unit() 206 newp->unit_type = DW_UT_type; in __libdw_intern_next_unit() 209 newp->unit_type in __libdw_intern_next_unit() [all...] |
H A D | libdwP.h | 344 uint8_t unit_type; member 348 unit_type. */ 403 CU must be a valid/known version/unit_type. */ 408 uint8_t unit_type) in __libdw_first_die_from_cu_start() 413 assert (unit_type == DW_UT_compile in __libdw_first_die_from_cu_start() 414 || unit_type == DW_UT_partial in __libdw_first_die_from_cu_start() 415 || unit_type == DW_UT_skeleton in __libdw_first_die_from_cu_start() 416 || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start() 417 || unit_type == DW_UT_type in __libdw_first_die_from_cu_start() 418 || unit_type in __libdw_first_die_from_cu_start() 405 __libdw_first_die_from_cu_start(Dwarf_Off cu_start, uint8_t offset_size, uint16_t version, uint8_t unit_type) __libdw_first_die_from_cu_start() argument [all...] |
H A D | dwarf_getsrcfiles.c | 57 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrcfiles() 58 || cu->unit_type == DW_UT_split_type) in dwarf_getsrcfiles()
|
H A D | libdw_find_split_unit.c | 57 if (split->unit_type == DW_UT_split_compile in try_split_file() 99 if (cu->unit_type == DW_UT_skeleton) in __libdw_find_split_unit()
|
H A D | dwarf_next_lines.c | 118 && (next_cu->unit_type == DW_UT_split_compile in dwarf_next_lines() 119 || next_cu->unit_type == DW_UT_split_type)) in dwarf_next_lines()
|
H A D | dwarf_ranges.c | 54 && cu->unit_type == DW_UT_split_compile) in __libdw_read_begin_end_pair_inc() 405 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset() 492 if (d == NULL && cu->unit_type == DW_UT_split_compile) in dwarf_ranges() 516 && die->cu->unit_type == DW_UT_split_compile) in dwarf_ranges()
|
H A D | dwarf_lowpc.c | 42 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_lowpc()
|
H A D | dwarf_highpc.c | 43 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_highpc()
|
H A D | dwarf_attr_integrate.c | 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_attr_integrate()
|
H A D | dwarf_hasattr_integrate.c | 62 && die->cu->unit_type == DW_UT_split_compile) in dwarf_hasattr_integrate()
|
/third_party/elfutils/tests/ |
H A D | unit-info.c | 38 uint8_t unit_type; member 62 uint8_t unit_type; in main() local 67 &unit_type, &cudie, &subdie) == 0) in main() 75 unit_info[u].unit_type = unit_type; in main() 78 ", unit_type %" PRIx8 "\n", in main() 79 u, dietag, subtag, version, unit_type); in main() 84 &version, &unit_type, &cudie, &subdie, in main() 112 if (unit_info[u].unit_type != unit_type) in main() [all...] |
H A D | get-units-invalid.c | 48 uint8_t unit_type; in main() local 50 &unit_type, &cudie, &subdie) == 0) in main() 52 printf ("Got cudie: %s, unit_type: %" PRIx8 "\n", in main() 53 dwarf_diename (&cudie), unit_type); in main() 56 if (unit_type == DW_UT_compile) in main() 108 else if (unit_type == DW_UT_type) in main()
|
H A D | get-units-split.c | 48 uint8_t unit_type; in main() local 51 &unit_type, &cudie, &subdie) == 0) in main() 54 printf ("Got cudie unit_type: %" PRIx8 "\n", unit_type); in main() 56 if (unit_type == DW_UT_skeleton) in main()
|
H A D | attr-integrate-skel.c | 48 uint8_t unit_type; in main() local 52 &unit_type, &cudie, &subdie) == 0) in main() 55 if (unit_type == DW_UT_skeleton) in main()
|
H A D | all-dwarf-ranges.c | 79 uint8_t unit_type; in main() local 81 &unit_type, &cudie, &subdie) == 0) in main() 83 Dwarf_Die die = (unit_type == DW_UT_skeleton in main()
|
H A D | low_high_pc.c | 106 uint8_t unit_type; in main() local 108 if (dwarf_cu_info (a.cu->cu, NULL, &unit_type, NULL, &subdie, in main() 115 if (unit_type == DW_UT_skeleton) in main()
|
H A D | dwarf-die-addr-die.c | 140 uint8_t unit_type; in check_dbg() local 142 &unit_type, NULL, &subdie) == 0) in check_dbg() 146 printf ("checking %" PRIx8 " subdie\n", unit_type); in check_dbg()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mp4toannexb_bsf.c | 213 uint8_t unit_type, new_idr, sps_seen, pps_seen; in h264_mp4toannexb_filter() local 268 unit_type = *buf & 0x1f; in h264_mp4toannexb_filter() 270 if (unit_type == H264_NAL_SPS) { in h264_mp4toannexb_filter() 272 } else if (unit_type == H264_NAL_PPS) { in h264_mp4toannexb_filter() 292 if (!new_idr && unit_type == H264_NAL_IDR_SLICE && (buf[1] & 0x80)) in h264_mp4toannexb_filter() 296 if (new_idr && unit_type == H264_NAL_IDR_SLICE && !sps_seen && !pps_seen) { in h264_mp4toannexb_filter() 306 } else if (new_idr && unit_type == H264_NAL_IDR_SLICE && sps_seen && !pps_seen) { in h264_mp4toannexb_filter() 319 unit_type == H264_NAL_SPS || unit_type == H264_NAL_PPS, j); in h264_mp4toannexb_filter() 325 if (!new_idr && unit_type in h264_mp4toannexb_filter() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngget.c | 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() 443 if (unit_type != NULL) in png_get_pHYs_dpi() 445 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi() 448 if (*unit_type == 1) in png_get_pHYs_dpi() 871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() 877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 881 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs() 979 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() 1000 if (unit_type != NULL) in png_get_pHYs() 1002 *unit_type in png_get_pHYs() 421 png_get_pHYs_dpi(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs_dpi() argument 870 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) png_get_oFFs() argument 978 png_get_pHYs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs() argument [all...] |
H A D | pngtest.c | 1231 int unit_type; in test_one_file() local 1234 &unit_type) != 0) in test_one_file() 1236 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file() 1258 int unit_type; in test_one_file() local 1261 &unit_type) != 0) in test_one_file() 1262 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_alu_defines.h | 323 bool can_channel(int flags, r600_chip_class unit_type) const { in can_channel() 324 assert(unit_type < 3); in can_channel() 325 return flags & unit_mask[unit_type]; in can_channel()
|
/third_party/backends/backend/ |
H A D | microtek.h | 152 SANE_Byte unit_type; member 275 SANE_Byte unit_type; /* pixels or 1/8" */ member
|