Home
last modified time | relevance | path

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

/openbsd/usr.bin/ctfconv/
H A Delf.c271 ssize_t symtabidx; in elf_reloc_apply() local
278 symtabidx = elf_getsymtab(p, filesize, shstab, shstabsz, &symtab, in elf_reloc_apply()
280 if (symtabidx == -1) { in elf_reloc_apply()
295 if ((sh->sh_info != sidx) || (sh->sh_link != symtabidx)) in elf_reloc_apply()