Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c59 if (ecp->ophnum == 0) in add_to_inseg_list()
479 ecp->ophnum = ecp->iphnum = iphnum; in setup_phdr()
485 ecp->ophnum = 0; in setup_phdr()
527 ecp->ophnum, EV_CURRENT); in copy_phdr()
551 if (gelf_newphdr(ecp->eout, ecp->ophnum) == NULL) in copy_phdr()
H A Delfcopy.h192 int ophnum; /* num. of output object phdr entries */ member
H A Dmain.c432 if (ecp->ophnum > 0) { in create_elf()
457 if (ecp->ophnum > 0) in create_elf()
H A Dsections.c356 gelf_fsize(ecp->eout, ELF_T_PHDR, ecp->ophnum, EV_CURRENT); in create_scn()