Home | History | Annotate | Download | only in src

Lines Matching refs:outscn

82 					 Elf_Scn *outscn,
6608 Elf_Scn *outscn;
6649 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx);
6650 xelf_getshdr (outscn, shdr);
6668 (void) xelf_update_shdr (outscn, shdr);
6671 Elf_Data *dyndata = elf_getdata (outscn, NULL);
6872 Elf_Scn *outscn;
6874 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);
6875 xelf_getshdr (outscn, shdr);
6891 RELOCATE_SECTION (statep, outscn, rellist->scninfo, dblindirect);
6894 (void) xelf_update_shdr (outscn, shdr);
6968 ld_generic_relocate_section (struct ld_state *statep, Elf_Scn *outscn,