Lines Matching defs:outscn

416 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)
418 ELF_CHECK (gelf_update_shdr (outscn, newshdr),
424 update_sh_size (Elf_Scn *outscn, const Elf_Data *data)
427 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
432 update_shdr (outscn, newshdr);
450 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr,
453 Elf_Data *data = elf_getdata (outscn, NULL);
490 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
495 update_shdr (outscn, newshdr);
555 update_sh_size (outscn, data);
588 update_sh_size (outscn, data);
732 Elf_Scn *outscn;
895 && shndx == elf_ndxscn (split_bss->outscn))
897 s->shndx = elf_ndxscn (split_bss[-1].outscn);
1086 This fills in SECTIONS[0..NALLOC-1].outscn or exits.
1116 sections[i].outscn = NULL;
1207 sec->outscn = NULL;
1239 sec->outscn = scn;
1247 if (sections[i].outscn == scn)
1271 if (sec->outscn == NULL
1299 sec->outscn = undo_sec->outscn;
1333 if (sec->outscn != NULL)
1341 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent;
1438 sections[i].outscn = NULL;
1558 sec->outscn = scn;
1589 if (sec->outscn == NULL)
1625 sec->outscn = elf_newscn (unstripped);
1626 Elf_Data *newdata = elf_newdata (sec->outscn);
1627 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn,
1639 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn);
1660 if (sec->outscn != NULL)
1663 GElf_Shdr *shdr = gelf_getshdr (sec->outscn, &shdr_mem);
1710 Elf_Data *outdata = elf_getdata (sec->outscn, NULL);
1724 placed[elf_ndxscn (sec->outscn) - 1] = true;
1733 update_shdr (sec->outscn, &shdr_mem);
2004 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link)
2005 adjust_relocs (sec->outscn, sec->scn, &sec->shdr,
2022 stripped_symtab->outscn,
2029 stripped_dynsym->outscn,