Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A DVersion.map53 elf_newscn;
H A DMakefile134 elf_getscn.3 elf_newscn.3 \
H A Delf_scn.c190 elf_newscn(Elf *e) in elf_newscn() function
H A Dlibelf.h217 Elf_Scn *elf_newscn(Elf *_elf);
/freebsd/lib/libelf/
H A DMakefile161 elf_getscn.3 elf_newscn.3 \
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c547 dscn = elf_newscn(dst); in write_file()
665 dscn = elf_newscn(dst); in write_file()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c208 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL) in create_elf_from_binary()
H A Dascii.c313 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL) in create_elf_from_srec()
586 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL) in create_elf_from_ihex()
H A Dsections.c457 if ((s->os = elf_newscn(ecp->eout)) == NULL) in create_scn()
1299 if ((os = elf_newscn(ecp->eout)) == NULL) in create_external_section()
1508 if ((s->os = elf_newscn(ecp->eout)) == NULL) in set_shstrtab()
H A Dsymbols.c722 if ((sy->os = elf_newscn(ecp->eout)) == NULL || in create_symtab()
723 (st->os = elf_newscn(ecp->eout)) == NULL) in create_symtab()