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

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c142 struct section *sec, *sec_temp, *shtab; local
214 shtab = insert_shtab(ecp, 1);
217 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT);
279 oeh.e_shoff = shtab->off;
H A Dascii.c203 struct section *s, *shtab; local
319 shtab = insert_shtab(ecp, 1);
363 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT);
393 oeh.e_shoff = shtab->off;
474 struct section *s, *shtab; local
592 shtab = insert_shtab(ecp, 1);
617 oeh.e_shoff = shtab->off;
H A Dsections.c528 struct section *s, *shtab; local
537 if ((shtab = calloc(1, sizeof(*shtab))) == NULL)
547 shtab->off = ieh.e_shoff;
549 shtab->off = 0;
557 shtab->sz = gelf_fsize(ecp->eout, ELF_T_SHDR, nsecs + 1, EV_CURRENT);
558 if (shtab->sz == 0)
560 shtab->align = (ecp->oec == ELFCLASS32 ? 4 : 8);
561 shtab->loadable = 0;
562 shtab
[all...]
H A Dmain.c282 struct section *shtab; local
417 shtab = insert_shtab(ecp, 1);
419 shtab = insert_shtab(ecp, 0);
429 oeh.e_shoff = shtab->off;

Completed in 66 milliseconds