Home | History | Annotate | Download | only in libdw

Lines Matching refs:code

20    additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
24 distribute linked combinations of the two. Non-GPL Code permitted under
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
28 of Non-GPL Code may instantiate templates or use macros or inline
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
89 representing the abbreviation code itself. [...] The
90 abbreviation code is followed by another unsigned LEB128
103 unsigned int code;
104 get_uleb128 (code, abbrevp);
106 /* Check whether this code is already in the hash table. */
110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
131 abb->code = code;
154 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);