Home | History | Annotate | Download | only in libdw

Lines Matching defs: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
58 /* Some arbitrary value not conflicting with any existing code. */
70 /* First we have to get the abbreviation code so that we can decode
185 const unsigned char *code = addr;
189 if (unlikely (code >= endp)) /* Truncated section. */
191 if (unlikely (*code == 0x80))
192 ++code;
196 if (unlikely (*code == '\0'))