Searched refs:scngrp (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libasm/ |
D | asm_end.c | 481 AsmScnGrp_t *scngrp = ctx->groups; in binary_end() local 482 if (scngrp != NULL) in binary_end() 484 free (elf_getdata (scngrp->scn, NULL)->d_buf); in binary_end() 485 while ((scngrp = scngrp->next) != ctx->groups); in binary_end() 579 AsmScnGrp_t *scngrp = ctx->groups; in __libasm_finictx() local 580 if (scngrp != NULL) in __libasm_finictx() 583 AsmScnGrp_t *oldp = scngrp; in __libasm_finictx() 585 scngrp = scngrp->next; in __libasm_finictx() 588 while (scngrp != ctx->groups); in __libasm_finictx()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 317 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp) in scngrp_read() argument 320 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem); in scngrp_read() 330 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read() 340 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read() 376 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() argument 444 if (scngrp == NULL) in dwarf_begin_elf() 447 return scngrp_read (result, elf, shstrndx, scngrp); in dwarf_begin_elf()
|
D | libdw.h | 241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|