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

/external/elfutils/0.153/libdw/
H A Ddwarf_begin_elf.c263 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) argument
267 Elf_Data *data = elf_getdata (scngrp, NULL);
303 dwarf_begin_elf (elf, cmd, scngrp)
306 Elf_Scn *scngrp;
361 if (scngrp == NULL)
364 return scngrp_read (result, elf, ehdr, scngrp);
/external/elfutils/0.153/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 186 milliseconds