Lines Matching refs:sobj

566 simple_object_elf_find_sections (simple_object_read *sobj,  in simple_object_elf_find_sections()  argument
573 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_find_sections()
596 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections()
597 sobj->offset + eor->shoff + shdr_size, in simple_object_elf_find_sections()
614 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections()
615 sobj->offset + shstroff, in simple_object_elf_find_sections()
661 simple_object_elf_fetch_attributes (simple_object_read *sobj, in simple_object_elf_fetch_attributes() argument
666 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_fetch_attributes()
769 simple_object_elf_write_ehdr (simple_object_write *sobj, int descriptor, in simple_object_elf_write_ehdr() argument
773 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_ehdr()
786 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_elf_write_ehdr()
845 simple_object_elf_write_shdr (simple_object_write *sobj, int descriptor, in simple_object_elf_write_shdr() argument
856 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_shdr()
894 simple_object_elf_write_to_file (simple_object_write *sobj, int descriptor, in simple_object_elf_write_to_file() argument
898 (struct simple_object_elf_write *) sobj->data; in simple_object_elf_write_to_file()
914 if (!simple_object_elf_write_ehdr (sobj, descriptor, &errmsg, err)) in simple_object_elf_write_to_file()
930 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_elf_write_to_file()
949 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset, in simple_object_elf_write_to_file()
958 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_elf_write_to_file()
1026 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset, in simple_object_elf_write_to_file()
1039 if (!simple_object_elf_write_shdr (sobj, descriptor, shdr_offset, in simple_object_elf_write_to_file()
1052 for (section = sobj->sections; section != NULL; section = section->next) in simple_object_elf_write_to_file()
1086 simple_object_elf_copy_lto_debug_sections (simple_object_read *sobj, in simple_object_elf_copy_lto_debug_sections() argument
1092 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_copy_lto_debug_sections()
1124 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_copy_lto_debug_sections()
1125 sobj->offset + eor->shoff + shdr_size, in simple_object_elf_copy_lto_debug_sections()
1142 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_copy_lto_debug_sections()
1143 sobj->offset + shstroff, in simple_object_elf_copy_lto_debug_sections()
1235 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_copy_lto_debug_sections()
1236 sobj->offset + offset, buf, in simple_object_elf_copy_lto_debug_sections()
1358 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_copy_lto_debug_sections()
1359 sobj->offset + offset, buf, in simple_object_elf_copy_lto_debug_sections()
1392 simple_object_internal_read (sobj->descriptor, in simple_object_elf_copy_lto_debug_sections()
1393 sobj->offset + sidxoff, in simple_object_elf_copy_lto_debug_sections()