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

  /external/elfutils/libdw/
dwarf_begin_elf.c 229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp)
232 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem);
242 && elf_compress (scngrp, 0, 0) < 0)
250 /* SCNGRP is the section descriptor for a section group which might
252 Elf_Data *data = elf_getdata (scngrp, NULL);
288 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp)
344 if (scngrp == NULL)
347 return scngrp_read (result, elf, ehdr, scngrp);
libdw.h 260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
    [all...]
  /external/elfutils/libasm/
asm_end.c 480 AsmScnGrp_t *scngrp = ctx->groups; local
481 if (scngrp != NULL)
483 free (elf_getdata (scngrp->scn, NULL)->d_buf);
484 while ((scngrp = scngrp->next) != ctx->groups);
578 AsmScnGrp_t *scngrp = ctx->groups; local
579 if (scngrp != NULL)
582 AsmScnGrp_t *oldp = scngrp;
584 scngrp = scngrp->next
    [all...]

Completed in 119 milliseconds