Searched refs:nds32_fag (Results 1 – 1 of 1) sorted by relevance
12447 struct nds32_fag struct12449 struct nds32_fag *next; /* NULL-teminated linked list. */ argument12462 nds32_fag_init (struct nds32_fag *head) in nds32_fag_init() argument12464 memset (head, 0, sizeof (struct nds32_fag)); in nds32_fag_init()12468 nds32_fag_verify (struct nds32_fag *head) in nds32_fag_verify()12470 struct nds32_fag *iter; in nds32_fag_verify()12471 struct nds32_fag *prev; in nds32_fag_verify()12489 nds32_fag_insert (struct nds32_fag *head, bfd_vma addr, in nds32_fag_insert()12492 struct nds32_fag *iter; in nds32_fag_insert()12493 struct nds32_fag *new_fag; in nds32_fag_insert()[all …]