Searched defs:scngrp (Results 1 - 2 of 2) sorted by relevance
/external/elfutils/libdw/ |
H A D | dwarf_begin_elf.c | 229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) argument 232 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem); 242 && elf_compress (scngrp, 0, 0) < 0) 252 Elf_Data *data = elf_getdata (scngrp, NULL); 288 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) argument 344 if (scngrp == NULL) 347 return scngrp_read (result, elf, ehdr, scngrp);
|
/external/elfutils/libasm/ |
H A D | 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 [all...] |
Completed in 97 milliseconds