Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c12447 struct nds32_fag struct
12449 struct nds32_fag *next; /* NULL-teminated linked list. */ argument
12462 nds32_fag_init (struct nds32_fag *head) in nds32_fag_init() argument
12464 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 …]