Searched refs:scnndx (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libasm/
H A Ddisasm_cb.c44 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, argument
52 int res = symtoken->ctx->symcb (addr, scnndx, value, buf, buflen,
141 Elf32_Word scnndx __attribute__ ((unused)),
H A Dasm_end.c87 Elf_Scn *scn = elf_getscn (ctx->out.elf, asmscn->data.main.scnndx);
/external/elfutils/src/
H A Dobjdump.c116 uint32_t scnndx; member in union:section_list::__anon18535
204 newp->scnndx = strtoul (arg, &endp, 0);
511 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx) argument
528 if (runp->scnndx == scnndx)
H A Delfcmp.c50 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
591 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) argument
604 || shdr->sh_link != scnndx)
H A Dnm.c1289 size_t scnndx = elf_ndxscn (scn); local
1300 && xndxshdr->sh_link == scnndx)

Completed in 102 milliseconds