Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:pubnames

2120     DWARF2_Internal_PubNames pubnames;
2134 pubnames.pn_length = byte_get (data, 4);
2136 if (pubnames.pn_length == 0xffffffff)
2138 pubnames.pn_length = byte_get (data, 8);
2149 pubnames.pn_version = byte_get (data, 2);
2151 pubnames.pn_offset = byte_get (data, offset_size);
2153 pubnames.pn_size = byte_get (data, offset_size);
2156 start += pubnames.pn_length + initial_length_size;
2158 if (pubnames.pn_version != 2 && pubnames.pn_version != 3)
2164 warn (_("Only DWARF 2 and 3 pubnames are currently supported\n"));
2172 pubnames.pn_length);
2174 pubnames.pn_version);
2176 pubnames.pn_offset);
2178 pubnames.pn_size);