Lines Matching refs:outscn
74 Elf_Scn *outscn,
6597 Elf_Scn *outscn;
6638 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx);
6639 xelf_getshdr (outscn, shdr);
6657 (void) xelf_update_shdr (outscn, shdr);
6660 Elf_Data *dyndata = elf_getdata (outscn, NULL);
6861 Elf_Scn *outscn;
6863 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);
6864 xelf_getshdr (outscn, shdr);
6880 RELOCATE_SECTION (statep, outscn, rellist->scninfo, dblindirect);
6883 (void) xelf_update_shdr (outscn, shdr);
6957 ld_generic_relocate_section (struct ld_state *statep, Elf_Scn *outscn,