Home
last modified time | relevance | path

Searched refs:claimfiles_tail_chain_ptr (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dtestplug3.c136 static claim_file_t **claimfiles_tail_chain_ptr = &claimfiles_list; variable
161 *claimfiles_tail_chain_ptr = newfile; in record_claim_file()
162 claimfiles_tail_chain_ptr = &newfile->next; in record_claim_file()
Dtestplug.c136 static claim_file_t **claimfiles_tail_chain_ptr = &claimfiles_list; variable
164 *claimfiles_tail_chain_ptr = newfile; in record_claim_file()
165 claimfiles_tail_chain_ptr = &newfile->next; in record_claim_file()
Dtestplug4.c137 static claim_file_t **claimfiles_tail_chain_ptr = &claimfiles_list; variable
162 *claimfiles_tail_chain_ptr = newfile; in record_claim_file()
163 claimfiles_tail_chain_ptr = &newfile->next; in record_claim_file()
Dtestplug2.c137 static claim_file_t **claimfiles_tail_chain_ptr = &claimfiles_list; variable
162 *claimfiles_tail_chain_ptr = newfile; in record_claim_file()
163 claimfiles_tail_chain_ptr = &newfile->next; in record_claim_file()
DChangeLog-2010531 (claimfiles_tail_chain_ptr): Likewise.