Lines Matching refs:outscn
373 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument
376 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size()
381 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_sh_size()
387 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument
390 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs()
426 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs()
431 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in adjust_relocs()
485 update_sh_size (outscn, data); in adjust_relocs()
513 update_sh_size (outscn, data); in adjust_relocs()
648 Elf_Scn *outscn; member
795 && shndx == elf_ndxscn (split_bss->outscn)) in collect_symbols()
797 s->shndx = elf_ndxscn (split_bss[-1].outscn); in collect_symbols()
930 sections[i].outscn = NULL; in find_alloc_sections_prelink()
1032 sec->outscn = NULL; in find_alloc_sections_prelink()
1072 sec->outscn = scn; in find_alloc_sections_prelink()
1080 if (sections[i].outscn == scn) in find_alloc_sections_prelink()
1104 if (sec->outscn == NULL in find_alloc_sections_prelink()
1131 sec->outscn = undo_sec->outscn; in find_alloc_sections_prelink()
1165 if (sec->outscn != NULL) in new_shstrtab()
1173 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent; in new_shstrtab()
1251 sections[i].outscn = NULL; in copy_elided_sections()
1373 sec->outscn = scn; in copy_elided_sections()
1403 if (sec->outscn == NULL) in copy_elided_sections()
1441 sec->outscn = elf_newscn (unstripped); in copy_elided_sections()
1442 Elf_Data *newdata = elf_newdata (sec->outscn); in copy_elided_sections()
1443 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
1455 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()
1476 if (sec->outscn != NULL) in copy_elided_sections()
1479 GElf_Shdr *shdr = gelf_getshdr (sec->outscn, &shdr_mem); in copy_elided_sections()
1506 Elf_Data *outdata = elf_getdata (sec->outscn, NULL); in copy_elided_sections()
1515 placed[elf_ndxscn (sec->outscn) - 1] = true; in copy_elided_sections()
1524 ELF_CHECK (gelf_update_shdr (sec->outscn, &shdr_mem), in copy_elided_sections()
1729 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()
1730 adjust_relocs (sec->outscn, sec->scn, &sec->shdr, in copy_elided_sections()
1743 stripped_symtab->outscn, in copy_elided_sections()
1750 stripped_dynsym->outscn, in copy_elided_sections()