Searched refs:all_hints (Results 1 – 1 of 1) sorted by relevance
105 void *all_hints = NULL; in read_linker_hints() local128 if (all_hints == NULL) { in read_linker_hints()129 all_hints = h; in read_linker_hints()134 merged = realloc(all_hints, all_len + len - sizeof(int)); in read_linker_hints()139 all_hints = merged; in read_linker_hints()140 memcpy((char *)all_hints + all_len, in read_linker_hints()147 hints = all_hints; in read_linker_hints()