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

  /external/elfutils/libelf/
elf_getphdrnum.c 57 const Elf_ScnList *const scns = (elf->class == ELFCLASS32 local
58 ? &elf->state.elf32.scns
59 : &elf->state.elf64.scns);
66 if (likely (scns->cnt > 0
67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL))
68 *dst = scns->data[0].shdr.e32->sh_info;
72 if (likely (scns->cnt > 0
73 && elf->state.elf64.scns.data[0].shdr.e64 != NULL))
74 *dst = scns->data[0].shdr.e64->sh_info;
elf32_updatefile.c 92 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
94 Elf_Scn **scnp = scns;
100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections);
231 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
232 Elf_Scn **scns = (Elf_Scn **) malloc (shnum * sizeof (Elf_Scn *)); local
233 if (unlikely (scns == NULL))
251 sort_sections (scns, list);
257 Elf_Scn *scn = scns[cnt]
681 Elf_Scn **scns = (Elf_Scn **) malloc (shnum * sizeof (Elf_Scn *)); local
    [all...]
libelfP.h 357 Elf_ScnList scns; member in struct:Elf::__anon20194::__anon20196
381 Elf_ScnList scns; member in struct:Elf::__anon20194::__anon20197
  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 75 } scns[3]; member in struct:coffheader

Completed in 72 milliseconds