Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c12477 struct nds32_fag struct
12479 struct nds32_fag *next; /* NULL-teminated linked list. */ argument
12492 nds32_fag_init (struct nds32_fag *head) in nds32_fag_init() argument
12494 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 …]