Searched refs:scngrp (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/libasm/ |
D | asm_end.c | 480 AsmScnGrp_t *scngrp = ctx->groups; in binary_end() local 481 if (scngrp != NULL) in binary_end() 483 free (elf_getdata (scngrp->scn, NULL)->d_buf); in binary_end() 484 while ((scngrp = scngrp->next) != ctx->groups); in binary_end() 579 AsmScnGrp_t *scngrp = ctx->groups; local 580 if (scngrp != NULL) 583 AsmScnGrp_t *oldp = scngrp; 585 scngrp = scngrp->next; 588 while (scngrp != ctx->groups);
|
/external/elfutils/src/libdw/ |
D | dwarf_begin_elf.c | 277 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read() argument 281 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read() 319 dwarf_begin_elf (elf, cmd, scngrp) in dwarf_begin_elf() argument 322 Elf_Scn *scngrp; 377 if (scngrp == NULL) 380 return scngrp_read (result, elf, ehdr, scngrp);
|
D | libdw.h | 260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|