Print this page
1730 DTrace should ignore type information from modules with cth_parlabel mismatches
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libctf/common/mapfile-vers
          +++ new/usr/src/lib/libctf/common/mapfile-vers
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67          ctf_delete_type;
  68   68          ctf_discard;
  69   69          ctf_dup;
  70   70          ctf_enum_value;
  71   71          ctf_label_info;
  72   72          ctf_label_iter;
  73   73          ctf_label_topmost;
  74   74          ctf_member_info;
  75   75          ctf_parent_file;
  76   76          ctf_parent_name;
       77 +        ctf_parent_label;
  77   78          ctf_set_array;
  78   79          ctf_type_align;
  79   80          ctf_type_cmp;
  80   81          ctf_type_compat;
  81   82          ctf_type_pointer;
  82   83          ctf_update;
  83   84          ctf_write;
  84   85  } SUNWprivate_1.1;
  85   86  
  86   87  SYMBOL_VERSION SUNWprivate_1.1 {
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX