HomeSort by relevance Sort by last modified time
    Searched refs:scnndx (Results 1 - 5 of 5) 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,
144 Elf32_Word scnndx __attribute__ ((unused)),
asm_end.c 90 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::__anon20224
200 newp->scnndx = strtoul (arg, &endp, 0);
455 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
472 if (runp->scnndx == scnndx)
elfcmp.c 43 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
750 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx)
763 || shdr->sh_link != scnndx)
nm.c 1571 size_t scnndx = elf_ndxscn (scn); local
    [all...]

Completed in 135 milliseconds