summaryrefslogtreecommitdiff
path: root/src/compiler/blob.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-09compiler/blob: Add blob_skip_bytesJordan Justen1-0/+7
2017-10-31blob: Don't set overrun if reading 0 bytes at end of dataJordan Justen1-1/+1
2017-10-13blob: Use intptr_t instead of ssize_tJason Ekstrand1-4/+4
2017-10-12compiler/blob: Make some parameters void instead of uint8_tJason Ekstrand1-3/+3
2017-10-12compiler/blob: Constify the readerJason Ekstrand1-5/+5
2017-10-12compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpersJason Ekstrand1-0/+27
2017-10-12compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott1-5/+5
2017-10-12compiler/blob: Allow for fixed-size blobs with a NULL data pointerJason Ekstrand1-3/+6
2017-10-12compiler/blob: Add a concept of a fixed-allocation blobJason Ekstrand1-0/+16
2017-10-12compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand1-8/+2
2017-10-12compiler: Move blob up a levelJason Ekstrand1-0/+344