Home | History | Annotate | Download | only in libdw

Lines Matching defs:readp

78   const unsigned char *readp
81 = readp + die->cu->dbg->sectiondata[IDX_debug_macinfo]->d_size;
83 if (readp == readendp)
86 if (*readp != DW_MACINFO_start_file)
89 while (readp < readendp)
91 unsigned int opcode = *readp++;
107 get_uleb128 (u128, readp);
109 endp = memchr (readp, '\0', readendp - readp);
113 str = (char *) readp;
114 readp = endp + 1;
119 get_uleb128 (u128, readp);
120 get_uleb128 (u128_2, readp);
145 return (readp