Home
last modified time | relevance | path

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

123

/external/elfutils/tests/
Drun-unit-info.sh51 0 cu dietag: 11, subtag: 11, version 4, unit_type 4
52 0 subdietag: 11, subtag: 0, version 4, unit_type 5
53 1 cu dietag: 11, subtag: 11, version 4, unit_type 4
54 1 subdietag: 11, subtag: 0, version 4, unit_type 5
57 0 re dietag: 11, subtag: 11, version 4, unit_type 4
58 0 subdietag: 11, subtag: 0, version 4, unit_type 5
59 1 re dietag: 11, subtag: 11, version 4, unit_type 4
60 1 subdietag: 11, subtag: 0, version 4, unit_type 5
64 0 cu dietag: 4a, subtag: 11, version 5, unit_type 4
65 0 subdietag: 11, subtag: 0, version 5, unit_type 5
[all …]
Dunit-info.c38 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()
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()
122 if (unit_type == DW_UT_skeleton) in main()
125 &version, &unit_type, &cudie, &subdie, in main()
138 u, dietag, subtag, version, unit_type); in main()
[all …]
Dget-units-invalid.c48 uint8_t unit_type; in main() local
50 &unit_type, &cudie, &subdie) == 0) 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()
Dget-units-split.c48 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()
Drun-get-units-split.sh46 Got cudie unit_type: 4
48 Got cudie unit_type: 4
55 Got cudie unit_type: 4
57 Got cudie unit_type: 4
Dall-dwarf-ranges.c79 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()
Dattr-integrate-skel.c48 uint8_t unit_type; in main() local
52 &unit_type, &cudie, &subdie) == 0) in main()
55 if (unit_type == DW_UT_skeleton) in main()
Dlow_high_pc.c106 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()
Ddwarf-die-addr-die.c140 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()
/external/elfutils/libdw/
Ddwarf_nextcu.c182 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()
211 unit_type = v4_debug_types ? DW_UT_type : DW_UT_compile; in INTDEF()
215 unit_type) in INTDEF()
[all …]
Ddwarf_cu_info.c40 Dwarf_Half *version, uint8_t *unit_type, in dwarf_cu_info() argument
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()
Ddwarf_get_units.c40 Dwarf_Half *version, uint8_t *unit_type, in dwarf_get_units() argument
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()
Dlibdw_findcu.c108 uint8_t unit_type; in __libdw_intern_next_unit() local
116 &version, &unit_type, &abbrev_offset, 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 = unit_type; in __libdw_intern_next_unit()
212 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in __libdw_intern_next_unit()
Ddwarf_getsrcfiles.c57 if (cu->unit_type == DW_UT_split_compile in dwarf_getsrcfiles()
58 || cu->unit_type == DW_UT_split_type) in dwarf_getsrcfiles()
DlibdwP.h331 uint8_t unit_type; member
395 uint8_t unit_type) in __libdw_first_die_from_cu_start() argument
423 if (unit_type != DW_UT_type) in __libdw_first_die_from_cu_start()
439 if (unit_type == DW_UT_skeleton || unit_type == DW_UT_split_compile in __libdw_first_die_from_cu_start()
440 || unit_type == DW_UT_type || unit_type == DW_UT_split_type) in __libdw_first_die_from_cu_start()
443 if (unit_type == DW_UT_type || unit_type == DW_UT_split_type) in __libdw_first_die_from_cu_start()
457 cu->unit_type); in __libdw_first_die_off_from_cu()
Dlibdw_find_split_unit.c58 if (split->unit_type == DW_UT_split_compile in try_split_file()
100 if (cu->unit_type == DW_UT_skeleton) in __libdw_find_split_unit()
Ddwarf_next_lines.c118 && (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()
Ddwarf_ranges.c54 && 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()
Ddwarf_lowpc.c42 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile) in dwarf_lowpc()
/external/llvm-project/llvm/test/CodeGen/X86/
Ddwarf-headers.ll24 ; in the unit_type code, and the skeleton/split CU differs from normal/partial
67 ; SINGLE-5: 0x00000000: Type Unit: {{.*}} version = 0x0005, unit_type = DW_UT_type, abbr_offset
70 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
76 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_skeleton, abbr_offset
81 ; DWO-5: 0x00000000: Type Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_type, abbr_offset
83 ; DWO-5: 0x00000033: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_compile, abbr_o…
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/
Ddwarf-headers.ll26 ; in the unit_type code, and the skeleton/split CU differs from normal/partial
69 ; SINGLE-5: 0x00000000: Type Unit: {{.*}} version = 0x0005, unit_type = DW_UT_type, abbr_offset
72 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
78 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_skeleton, abbr_offset
83 ; DWO-5: 0x00000000: Type Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_type, abbr_offset
85 ; DWO-5: 0x00000033: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_split_compile, abbr_o…
/external/openssh/openbsd-compat/
Dfmt_scaled.c54 } unit_type; typedef
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
223 unit_type unit = NONE; in fmt_scaled()
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp58 int unit_type; in _png_load_bmp_attribute() local
59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in _png_load_bmp_attribute()
60 switch (unit_type) { in _png_load_bmp_attribute()
/external/libpng/
Dpngget.c422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument
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() argument
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() argument
1000 if (unit_type != NULL) in png_get_pHYs()
1002 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
/external/pdfium/third_party/libpng16/
Dpngget.c422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument
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() argument
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() argument
1000 if (unit_type != NULL) in png_get_pHYs()
1002 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()

123