Lines Matching refs:simple_object_elf_attributes
397 struct simple_object_elf_attributes struct
417 struct simple_object_elf_attributes attrs; argument
667 struct simple_object_elf_attributes *ret; in simple_object_elf_fetch_attributes()
669 ret = XNEW (struct simple_object_elf_attributes); in simple_object_elf_fetch_attributes()
692 struct simple_object_elf_attributes *to = in simple_object_elf_attributes_merge()
693 (struct simple_object_elf_attributes *) todata; in simple_object_elf_attributes_merge()
694 struct simple_object_elf_attributes *from = in simple_object_elf_attributes_merge()
695 (struct simple_object_elf_attributes *) fromdata; in simple_object_elf_attributes_merge()
754 struct simple_object_elf_attributes *attrs = in simple_object_elf_start_write()
755 (struct simple_object_elf_attributes *) attributes_data; in simple_object_elf_start_write()
772 struct simple_object_elf_attributes *attrs = in simple_object_elf_write_ehdr()
773 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_ehdr()
855 struct simple_object_elf_attributes *attrs = in simple_object_elf_write_shdr()
856 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_shdr()
899 struct simple_object_elf_attributes *attrs = &eow->attrs; in simple_object_elf_write_to_file()