Searched refs:section_name_struct (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dmri.c37 struct section_name_struct { struct
38 struct section_name_struct *next;
48 static struct section_name_struct *order;
49 static struct section_name_struct *only_load;
50 static struct section_name_struct *address;
51 static struct section_name_struct *alias;
53 static struct section_name_struct *alignment;
54 static struct section_name_struct *subalignment;
56 static struct section_name_struct **
57 lookup (const char *name, struct section_name_struct **lis
[all...]

Completed in 56 milliseconds