Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c1526 struct recorded_attribute_info { struct
1527 struct recorded_attribute_info *next; argument
1532 static struct recorded_attribute_info *recorded_attributes; argument
1542 struct recorded_attribute_info *rai; in record_attribute()
1553 rai = XNEW (struct recorded_attribute_info); in record_attribute()
1569 struct recorded_attribute_info *rai; in obj_elf_seen_attribute()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141177 * config/obj-elf.c (recorded_attribute_info): New structure.