Searched refs:scngrp (Results 1 – 3 of 3) sorted by relevance
/third_party/elfutils/libasm/ |
D | asm_end.c | 482 AsmScnGrp_t *scngrp = ctx->groups; in binary_end() local 483 if (scngrp != NULL) in binary_end() 485 free (elf_getdata (scngrp->scn, NULL)->d_buf); in binary_end() 486 while ((scngrp = scngrp->next) != ctx->groups); in binary_end() 580 AsmScnGrp_t *scngrp = ctx->groups; in __libasm_finictx() local 581 if (scngrp != NULL) in __libasm_finictx() 584 AsmScnGrp_t *oldp = scngrp; in __libasm_finictx() 586 scngrp = scngrp->next; in __libasm_finictx() 589 while (scngrp != ctx->groups); in __libasm_finictx()
|
/third_party/elfutils/libdw/ |
D | dwarf_begin_elf.c | 414 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp) in scngrp_read() argument 417 GElf_Shdr *shdr = gelf_getshdr (scngrp, &shdr_mem); in scngrp_read() 427 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read() 437 Elf_Data *data = elf_getdata (scngrp, NULL); in scngrp_read() 485 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() argument 557 if (scngrp == NULL) in dwarf_begin_elf() 560 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);
|