Home | History | Annotate | Download | only in opjitconv

Lines Matching full:record

25 /* parse a code load record and add the entry to the jitentry list */
60 /* padding bytes are calculated over the complete record
74 verbprintf(debug, "record total size mismatch\n");
82 * parse a code unload record. Search for existing record with this code
104 verbprintf(debug,"matching record found\n");
113 * There is no real parsing here, we just record a pointer to the data,
114 * we will interpret on the fly the record when building the bfd file.
145 verbprintf(debug, "record past end of file\n");
179 verbprintf(debug, "unknown record type\n");
184 /* advance to next record (incl. possible padding bytes) */