Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_begin_elf.c229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read() argument
232 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem); in scngrp_read()
242 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
252 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read()
288 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() argument
344 if (scngrp == NULL) in dwarf_begin_elf()
347 return scngrp_read (result, elf, ehdr, scngrp); in dwarf_begin_elf()
Dlibdw.h260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
/external/elfutils/libasm/
Dasm_end.c480 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()
578 AsmScnGrp_t *scngrp = ctx->groups; in __libasm_finictx() local
579 if (scngrp != NULL) in __libasm_finictx()
582 AsmScnGrp_t *oldp = scngrp; in __libasm_finictx()
584 scngrp = scngrp->next; in __libasm_finictx()
587 while (scngrp != ctx->groups); in __libasm_finictx()
/external/elfutils/include/elfutils/
Dlibdw.h260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);