Home
last modified time | relevance | path

Searched refs:scngrp (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libasm/
Dasm_end.c485 AsmScnGrp_t *scngrp = ctx->groups; in binary_end() local
486 if (scngrp != NULL) in binary_end()
488 free (elf_getdata (scngrp->scn, NULL)->d_buf); in binary_end()
489 while ((scngrp = scngrp->next) != ctx->groups); in binary_end()
583 AsmScnGrp_t *scngrp = ctx->groups; in __libasm_finictx() local
584 if (scngrp != NULL) in __libasm_finictx()
587 AsmScnGrp_t *oldp = scngrp; in __libasm_finictx()
589 scngrp = scngrp->next; in __libasm_finictx()
592 while (scngrp != ctx->groups); in __libasm_finictx()
/external/elfutils/libdw/
Ddwarf_begin_elf.c333 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp) in scngrp_read() argument
336 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem); in scngrp_read()
346 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
356 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read()
392 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() argument
464 if (scngrp == NULL) in dwarf_begin_elf()
467 return scngrp_read (result, elf, shstrndx, scngrp); in dwarf_begin_elf()
Dlibdw.h241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
/external/elfutils/include/elfutils/
Dlibdw.h241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);