Lines Matching refs:scns
92 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections() argument
94 Elf_Scn **scnp = scns; in sort_sections()
100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()
231 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
232 Elf_Scn **scns = (Elf_Scn **) malloc (shnum * sizeof (Elf_Scn *)); in __elfw2() local
233 if (unlikely (scns == NULL)) in __elfw2()
251 sort_sections (scns, list); in __elfw2()
257 Elf_Scn *scn = scns[cnt]; in __elfw2()
311 Elf_Scn *scn = scns[cnt]; in __elfw2()
421 Elf_Scn *scn = scns[cnt]; in __elfw2()
448 free (scns); in __elfw2()
680 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
681 Elf_Scn **scns = (Elf_Scn **) malloc (shnum * sizeof (Elf_Scn *)); in __elfw2() local
682 if (unlikely (scns == NULL)) in __elfw2()
688 sort_sections (scns, list); in __elfw2()
692 Elf_Scn *scn = scns[cnt]; in __elfw2()
725 free (scns); in __elfw2()
843 free (scns); in __elfw2()