Home
last modified time | relevance | path

Searched refs:lkind (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.c57 Dwarf_Half lkind,
62 _dwarf_lkind_name(unsigned lkind, dwarfstring *m) in _dwarf_lkind_name() argument
64 switch(lkind) { in _dwarf_lkind_name()
83 lkind); in _dwarf_lkind_name()
327 UNUSEDARG unsigned lkind, in _dwarf_read_loc_section() argument
406 unsigned lkind, in _dwarf_get_loclist_lle_count_dwo() argument
426 lkind, in _dwarf_get_loclist_lle_count_dwo()
446 unsigned lkind, in _dwarf_get_loclist_lle_count() argument
463 offset, address_size,lkind,error); in _dwarf_get_loclist_lle_count()
635 unsigned lkind = 0; in dwarf_loclist_n() local
[all …]
H A Ddwarf_loclists.c606 Dwarf_Small * lkind, in dwarf_get_loclist_head_basics() argument
628 *lkind = head->ll_kind; in dwarf_get_loclist_head_basics()
H A Dgenerated_libdwarf.h.in1859 unsigned int * /*lkind*/,
5044 Dwarf_Small * /*lkind*/,
H A Dlibdwarf.h.in1859 unsigned int * /*lkind*/,
5044 Dwarf_Small * /*lkind*/,
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c181 int lkind = 0, kind; in fth_section_init() local
205 if (lkind != CTF_K_STRUCT && lkind != CTF_K_UNION) { in fth_section_init()
233 lkind = kind; in fth_section_init()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c341 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote() local
350 assert(lkind == CTF_K_INTEGER || lkind == CTF_K_ENUM); in dt_type_promote()
353 if (lkind == CTF_K_ENUM) { in dt_type_promote()
1061 uint_t lkind, rkind; in dt_node_is_ptrcompat() local
1094 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat()
1096 if (lkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()
1099 } else if (lkind == CTF_K_ARRAY && in dt_node_is_ptrcompat()
1125 lkind = rkind; in dt_node_is_ptrcompat()
1130 rkind = lkind; in dt_node_is_ptrcompat()
1143 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat()
[all …]
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c764 uint_t lkind, rkind; in ctf_type_compat() local
770 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
775 if (lkind != rkind || in ctf_type_compat()
782 switch (lkind) { in ctf_type_compat()