Searched defs:scngrp (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_begin_elf.c188 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) argument
192 Elf_Data *data = elf_getdata (scngrp, NULL);
226 dwarf_begin_elf (elf, cmd, scngrp)
229 Elf_Scn *scngrp;
283 if (scngrp == NULL)
286 return scngrp_read (result, elf, ehdr, scngrp);
/external/elfutils/libasm/
H A Dasm_end.c477 AsmScnGrp_t *scngrp = ctx->groups; local
478 if (scngrp != NULL)
480 free (elf_getdata (scngrp->scn, NULL)->d_buf);
481 while ((scngrp = scngrp->next) != ctx->groups);
576 AsmScnGrp_t *scngrp = ctx->groups; local
577 if (scngrp != NULL)
580 AsmScnGrp_t *oldp = scngrp;
582 scngrp = scngrp
[all...]

Completed in 32 milliseconds