Home
last modified time | relevance | path

Searched refs:symscnndx (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libasm/
Dasm_end.c67 size_t symscnndx = 0; in binary_end() local
165 symscnndx = elf_ndxscn (symscn); in binary_end()
235 shdr->sh_link = symscnndx; in binary_end()
368 shdr->sh_link = symscnndx; in binary_end()
381 if (likely (symscnndx != 0)) in binary_end()
383 Elf_Scn *scn = elf_getscn (ctx->out.elf, symscnndx); in binary_end()
/third_party/elfutils/src/
Delflint.c2831 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) in has_copy_reloc() argument
2842 && shdr->sh_link == symscnndx) in has_copy_reloc()