Searched refs:scnndx (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libasm/ |
H A D | disasm_cb.c | 47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, in default_elf_getsym() argument 55 int res = symtoken->ctx->symcb (addr, scnndx, value, buf, buflen, in default_elf_getsym() 146 Elf32_Word scnndx __attribute__ ((unused)), in null_elf_getsym()
|
H A D | asm_end.c | 86 Elf_Scn *scn = elf_getscn (ctx->out.elf, asmscn->data.main.scnndx); in binary_end()
|
/third_party/elfutils/src/ |
H A D | objdump.c | 113 uint32_t scnndx; member 185 newp->scnndx = strtoul (arg, &endp, 0); in parse_opt() 442 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx) in section_match() argument 459 if (runp->scnndx == scnndx) in section_match()
|
H A D | elfcmp.c | 41 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx); 751 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) in search_for_copy_reloc() argument 764 || shdr->sh_link != scnndx) in search_for_copy_reloc()
|
H A D | nm.c | 1593 size_t scnndx = elf_ndxscn (scn); in handle_elf() local 1604 && xndxshdr->sh_link == scnndx) in handle_elf()
|
H A D | strip.c | 391 size_t scnndx = elf_ndxscn (symscn); in get_xndxdata() local 400 && xndxshdr->sh_link == scnndx) in get_xndxdata()
|
Completed in 10 milliseconds