HomeSort by relevance Sort by last modified time
    Searched defs:scns (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libelf/
elf_getphdrnum.c 79 const Elf_ScnList *const scns = (elf->class == ELFCLASS32 local
80 ? &elf->state.elf32.scns
81 : &elf->state.elf64.scns);
86 if (likely (scns->cnt > 0))
88 ? scns->data[0].shdr.e32->sh_info
89 : scns->data[0].shdr.e64->sh_info);
elf32_updatefile.c 113 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
115 Elf_Scn **scnp = scns;
121 qsort (scns, scnp - scns, sizeof (*scns), compare_sections);
226 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
227 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *)); local
241 sort_sections (scns, list);
247 Elf_Scn *scn = scns[cnt];
296 Elf_Scn *scn = scns[cnt]
666 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *)); local
    [all...]
libelfP.h 366 Elf_ScnList scns; member in struct:Elf::__anon25084::__anon25086
390 Elf_ScnList scns; member in struct:Elf::__anon25084::__anon25087

Completed in 362 milliseconds