Searched refs:nds32_fag (Results 1 – 1 of 1) sorted by relevance
12477 struct nds32_fag struct12479 struct nds32_fag *next; /* NULL-teminated linked list. */ argument12492 nds32_fag_init (struct nds32_fag *head) in nds32_fag_init() argument12494 memset (head, 0, sizeof (struct nds32_fag)); in nds32_fag_init()12498 nds32_fag_verify (struct nds32_fag *head) in nds32_fag_verify()12500 struct nds32_fag *iter; in nds32_fag_verify()12501 struct nds32_fag *prev; in nds32_fag_verify()12519 nds32_fag_insert (struct nds32_fag *head, bfd_vma addr, in nds32_fag_insert()12522 struct nds32_fag *iter; in nds32_fag_insert()12523 struct nds32_fag *new_fag; in nds32_fag_insert()[all …]