HomeSort by relevance Sort by last modified time
    Searched refs:unit_type (Results 1 - 25 of 49) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_cu_info.c 40 Dwarf_Half *version, uint8_t *unit_type,
51 if (unit_type != NULL)
52 *unit_type = cu->unit_type;
57 && cu->unit_type >= DW_UT_compile
58 && cu->unit_type <= DW_UT_split_type)
75 if (cu->unit_type == DW_UT_type
76 || cu->unit_type == DW_UT_split_type)
78 else if (cu->unit_type == DW_UT_skeleton)
dwarf_get_units.c 40 Dwarf_Half *version, uint8_t *unit_type,
92 if (unit_type != NULL)
93 *unit_type = next->unit_type;
98 && next->unit_type >= DW_UT_compile
99 && next->unit_type <= DW_UT_split_type)
112 if (next->unit_type == DW_UT_type
113 || next->unit_type == DW_UT_split_type)
115 else if (next->unit_type == DW_UT_skeleton)
dwarf_nextcu.c 180 /* We keep unit_type at zero for older DWARF since we cannot
182 uint8_t unit_type = 0; local
187 unit_type = *bytes++;
197 || (version == 5 && ! (unit_type == DW_UT_compile
198 || unit_type == DW_UT_partial
199 || unit_type == DW_UT_skeleton
200 || unit_type == DW_UT_split_compile
201 || unit_type == DW_UT_type
202 || unit_type == DW_UT_split_type)))
209 /* We have to guess the unit_type. But we don't have a real CUDIE. *
    [all...]
dwarf_lowpc.c 42 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile)
libdw_findcu.c 108 uint8_t unit_type; local
116 &version, &unit_type, &abbrev_offset,
173 /* v4 debug type units have version == 4 and unit_type == DW_UT_type. */
175 newp->unit_type = DW_UT_type;
179 newp->unit_type = DW_UT_compile;
195 newp->unit_type = DW_UT_skeleton;
197 newp->unit_type = DW_UT_split_compile;
204 newp->unit_type = DW_UT_partial;
206 newp->unit_type = DW_UT_type;
209 newp->unit_type = unit_type
    [all...]
dwarf_highpc.c 43 if (is_cudie (die) && die->cu->unit_type == DW_UT_split_compile)
dwarf_getsrcfiles.c 57 if (cu->unit_type == DW_UT_split_compile
58 || cu->unit_type == DW_UT_split_type)
dwarf_attr_integrate.c 62 && die->cu->unit_type == DW_UT_split_compile)
dwarf_hasattr_integrate.c 62 && die->cu->unit_type == DW_UT_split_compile)
libdw_find_split_unit.c 58 if (split->unit_type == DW_UT_split_compile
100 if (cu->unit_type == DW_UT_skeleton)
dwarf_next_lines.c 118 && (next_cu->unit_type == DW_UT_split_compile
119 || next_cu->unit_type == DW_UT_split_type))
dwarf_end.c 60 if (p->unit_type == DW_UT_skeleton
  /external/elfutils/tests/
run-unit-info.sh 51 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
    [all...]
unit-info.c 38 uint8_t unit_type; member in struct:info
62 uint8_t unit_type; local
67 &unit_type, &cudie, &subdie) == 0)
75 unit_info[u].unit_type = unit_type;
78 ", unit_type %" PRIx8 "\n",
79 u, dietag, subtag, version, unit_type);
84 &version, &unit_type, &cudie, &subdie,
112 if (unit_info[u].unit_type != unit_type)
    [all...]
get-units-split.c 48 uint8_t unit_type; local
51 &unit_type, &cudie, &subdie) == 0)
54 printf ("Got cudie unit_type: %" PRIx8 "\n", unit_type);
56 if (unit_type == DW_UT_skeleton)
get-units-invalid.c 48 uint8_t unit_type; local
50 &unit_type, &cudie, &subdie) == 0)
52 printf ("Got cudie: %s, unit_type: %" PRIx8 "\n",
53 dwarf_diename (&cudie), unit_type);
56 if (unit_type == DW_UT_compile)
108 else if (unit_type == DW_UT_type)
run-get-units-split.sh 46 Got cudie unit_type: 4
48 Got cudie unit_type: 4
55 Got cudie unit_type: 4
57 Got cudie unit_type: 4
all-dwarf-ranges.c 79 uint8_t unit_type; local
81 &unit_type, &cudie, &subdie) == 0)
83 Dwarf_Die die = (unit_type == DW_UT_skeleton
attr-integrate-skel.c 48 uint8_t unit_type; local
52 &unit_type, &cudie, &subdie) == 0)
55 if (unit_type == DW_UT_skeleton)
low_high_pc.c 106 uint8_t unit_type; local
108 if (dwarf_cu_info (a.cu->cu, NULL, &unit_type, NULL, &subdie,
115 if (unit_type == DW_UT_skeleton)
dwarf-die-addr-die.c 140 uint8_t unit_type; local
142 &unit_type, NULL, &subdie) == 0)
146 printf ("checking %" PRIx8 " subdie\n", unit_type);
  /external/u-boot/board/gdsys/common/
ioep-fpga.c 70 unsigned unit_type; local
85 unit_type = (versions & 0xf000) >> 12;
96 switch (unit_type) {
108 printf("UnitType %d(not supported)", unit_type);
112 switch (unit_type) {
  /external/openssh/openbsd-compat/
fmt_scaled.c 54 } unit_type; typedef in typeref:enum:__anon34731
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
213 unit_type unit = NONE;
  /external/honggfuzz/examples/libpng/
persistent-png.c 115 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, local
124 ret = png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 58 int unit_type; local
59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
60 switch (unit_type) {

Completed in 354 milliseconds

1 2