Searched refs:size_str (Results 1 – 2 of 2) sorted by relevance
881 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob() local882 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob()884 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
649 char size_str[20]; in parse_symbols() local658 while (fscanf(fp, "%16s %16s %c %*s\n", addr_str, size_str, &type) == 3) { in parse_symbols()667 size = strtoull(size_str, NULL, 16); in parse_symbols()
Completed in 7 milliseconds