Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ndiscvt/
H A Dinf.h54 extern void section_add (const char *);
H A Dinf-parse.y72 { section_add($1); }
H A Dinf.c101 section_add (const char *s) in section_add() function
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjcopy.c159 struct section_add struct
162 struct section_add *next; argument
176 static struct section_add *add_sections; argument
1429 struct section_add *padd; in copy_object()
1692 struct section_add *padd; in copy_object()
2950 struct section_add *pa; in copy_main()
2967 pa = xmalloc (sizeof (struct section_add)); in copy_main()
H A DChangeLog-91972717 * objcopy.c (struct section_add): Define.