Searched refs:scngrp (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 188 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read() argument 192 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read() 226 dwarf_begin_elf (elf, cmd, scngrp) in dwarf_begin_elf() argument 229 Elf_Scn *scngrp; 283 if (scngrp == NULL) 286 return scngrp_read (result, elf, ehdr, scngrp);
|
D | libdw.h | 213 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|
/external/elfutils/libasm/ |
D | asm_end.c | 477 AsmScnGrp_t *scngrp = ctx->groups; in binary_end() local 478 if (scngrp != NULL) in binary_end() 480 free (elf_getdata (scngrp->scn, NULL)->d_buf); in binary_end() 481 while ((scngrp = scngrp->next) != ctx->groups); in binary_end() 576 AsmScnGrp_t *scngrp = ctx->groups; local 577 if (scngrp != NULL) 580 AsmScnGrp_t *oldp = scngrp; 582 scngrp = scngrp->next; 585 while (scngrp != ctx->groups);
|