HomeSort by relevance Sort by last modified time
    Searched refs:scnndx (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libasm/
disasm_cb.c 47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value,
55 int res = symtoken->ctx->symcb (addr, scnndx, value, buf, buflen,
146 Elf32_Word scnndx __attribute__ ((unused)),
asm_end.c 89 Elf_Scn *scn = elf_getscn (ctx->out.elf, asmscn->data.main.scnndx);
  /external/elfutils/src/
objdump.c 114 uint32_t scnndx; member in union:section_list::__anon21973
186 newp->scnndx = strtoul (arg, &endp, 0);
443 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
460 if (runp->scnndx == scnndx)
elfcmp.c 42 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
752 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx)
765 || shdr->sh_link != scnndx)
nm.c 1562 size_t scnndx = elf_ndxscn (scn); local
    [all...]
strip.c 394 size_t scnndx = elf_ndxscn (symscn); local
403 && xndxshdr->sh_link == scnndx)
    [all...]

Completed in 99 milliseconds