• Home
  • Raw
  • Download

Lines Matching refs:outscn

406 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)  in update_shdr()  argument
408 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr()
414 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument
417 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size()
422 update_shdr (outscn, newshdr); in update_sh_size()
427 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument
430 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs()
466 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs()
471 update_shdr (outscn, newshdr); in adjust_relocs()
525 update_sh_size (outscn, data); in adjust_relocs()
554 update_sh_size (outscn, data); in adjust_relocs()
688 Elf_Scn *outscn; member
835 && shndx == elf_ndxscn (split_bss->outscn)) in collect_symbols()
837 s->shndx = elf_ndxscn (split_bss[-1].outscn); in collect_symbols()
1004 sections[i].outscn = NULL; in find_alloc_sections_prelink()
1092 sec->outscn = NULL; in find_alloc_sections_prelink()
1133 sec->outscn = scn; in find_alloc_sections_prelink()
1141 if (sections[i].outscn == scn) in find_alloc_sections_prelink()
1165 if (sec->outscn == NULL in find_alloc_sections_prelink()
1193 sec->outscn = undo_sec->outscn; in find_alloc_sections_prelink()
1227 if (sec->outscn != NULL) in new_shstrtab()
1235 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent; in new_shstrtab()
1316 sections[i].outscn = NULL; in copy_elided_sections()
1436 sec->outscn = scn; in copy_elided_sections()
1466 if (sec->outscn == NULL) in copy_elided_sections()
1504 sec->outscn = elf_newscn (unstripped); in copy_elided_sections()
1505 Elf_Data *newdata = elf_newdata (sec->outscn); in copy_elided_sections()
1506 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
1518 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()
1539 if (sec->outscn != NULL) in copy_elided_sections()
1542 GElf_Shdr *shdr = gelf_getshdr (sec->outscn, &shdr_mem); in copy_elided_sections()
1577 Elf_Data *outdata = elf_getdata (sec->outscn, NULL); in copy_elided_sections()
1586 placed[elf_ndxscn (sec->outscn) - 1] = true; in copy_elided_sections()
1595 update_shdr (sec->outscn, &shdr_mem); in copy_elided_sections()
1842 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()
1843 adjust_relocs (sec->outscn, sec->scn, &sec->shdr, in copy_elided_sections()
1856 stripped_symtab->outscn, in copy_elided_sections()
1863 stripped_dynsym->outscn, in copy_elided_sections()