Home | History | Annotate | Download | only in libiberty

Lines Matching refs:sobj

488 simple_object_elf_find_sections (simple_object_read *sobj,
495 (struct simple_object_elf_read *) sobj->data;
518 if (!simple_object_internal_read (sobj->descriptor,
519 sobj->offset + eor->shoff + shdr_size,
536 if (!simple_object_internal_read (sobj->descriptor,
537 sobj->offset + shstroff,
583 simple_object_elf_fetch_attributes (simple_object_read *sobj,
588 (struct simple_object_elf_read *) sobj->data;
690 simple_object_elf_write_ehdr (simple_object_write *sobj, int descriptor,
694 (struct simple_object_elf_attributes *) sobj->data;
707 for (section = sobj->sections; section != NULL; section = section->next)
766 simple_object_elf_write_shdr (simple_object_write *sobj, int descriptor,
774 (struct simple_object_elf_attributes *) sobj->data;
811 simple_object_elf_write_to_file (simple_object_write *sobj, int descriptor,
815 (struct simple_object_elf_attributes *) sobj->data;
829 if (!simple_object_elf_write_ehdr (sobj, descriptor, &errmsg, err))
845 for (section = sobj->sections; section != NULL; section = section->next)
864 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset,
872 for (section = sobj->sections; section != NULL; section = section->next)
908 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset,
919 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset,
932 for (section = sobj->sections; section != NULL; section = section->next)