Home | History | Annotate | Download | only in tools

Lines Matching refs:format

216 /* Parse PS entry preamble of format [X:X] for main type and subtype */
250 static int get_input_format(char *buf, struct ps_entry_type *format)
256 format->type = PS_HEX;
257 format->array = TRUE;
271 format->array = TRUE;
274 format->array = FALSE;
277 format->type = PS_DEC;
279 format->type = PS_HEX;
366 struct ps_entry_type format;
395 if (get_input_format(ptr, &format) < 0)
398 tag->id = read_data_in_section(ptr, format);
403 if (get_input_format(ptr, &format) < 0)
406 byte_count = read_data_in_section(ptr, format);
419 if (get_input_format(ptr, &format) < 0)
429 if (format.type == PS_HEX && format.array == TRUE) {