Searched refs:patchlist (Results 1 – 2 of 2) sorted by relevance
113 struct patchlist { struct114 struct patchlist *next; argument128 struct patchlist *patchlist; argument337 struct patchlist *p; in main()498 struct patchlist *p; in emit_symbols()522 if (symbols[i].flags & F_ENTRY || symbols[i].patchlist == NULL) in emit_symbols()526 p = symbols[i].patchlist; in emit_symbols()632 struct patchlist *p; in define_symbol()644 p = symbols[i].patchlist; in define_symbol()663 symbols[nsymbols].patchlist = NULL; in define_symbol()[all …]
103 struct patchlist { struct104 struct patchlist *next; argument118 struct patchlist *patchlist; member337 struct patchlist *p; in emit_symbols()356 if (symbols[i].flags & F_ENTRY || symbols[i].patchlist == NULL) in emit_symbols()360 p = symbols[i].patchlist; in emit_symbols()466 struct patchlist *p; in define_symbol()478 p = symbols[i].patchlist; in define_symbol()497 symbols[nsymbols].patchlist = NULL; in define_symbol()660 struct patchlist *p; in lookup()[all …]