Home | History | Annotate | Download | only in libdw

Lines Matching defs:version

8    Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
119 /* XXX We need the version number but dwarf_nextcu swallows it. */
122 uint16_t version = read_2ubyte_unaligned (dbg, bytes);
124 /* We only know how to handle the DWARF version 2 and 3 formats. */
125 if (unlikely (version != 2) && unlikely (version != 3))
136 newp->version = version;