Searched refs:shy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1015 GElf_Shdr shy, sht; local
1020 if (gelf_getshdr(sy->os, &shy) == NULL)
1108 shy.sh_addr = 0;
1109 shy.sh_addralign = (ecp->oec == ELFCLASS32 ? 4 : 8);
1110 shy.sh_size = sy->sz;
1111 shy.sh_type = SHT_SYMTAB;
1112 shy.sh_flags = 0;
1113 shy.sh_entsize = gelf_fsize(ecp->eout, ELF_T_SYM, 1,
1120 shy.sh_info = sy_buf->nls;
1131 if (!gelf_update_shdr(sy->os, &shy))
[all...]

Completed in 45 milliseconds