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 44 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value,
52 int res = symtoken->ctx->symcb (addr, scnndx, value, buf, buflen,
141 Elf32_Word scnndx __attribute__ ((unused)),
asm_end.c 87 Elf_Scn *scn = elf_getscn (ctx->out.elf, asmscn->data.main.scnndx);
  /external/elfutils/src/
objdump.c 116 uint32_t scnndx; member in union:section_list::__anon20016
204 newp->scnndx = strtoul (arg, &endp, 0);
511 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
528 if (runp->scnndx == scnndx)
elfcmp.c 50 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)
604 || shdr->sh_link != scnndx)
nm.c 1289 size_t scnndx = elf_ndxscn (scn); local
    [all...]

Completed in 202 milliseconds