Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/libelf/
HDVersion.map53 elf_newscn;
HDMakefile134 elf_getscn.3 elf_newscn.3 \
HDelf_scn.c190 elf_newscn(Elf *e) in elf_newscn() function
HDlibelf.h217 Elf_Scn *elf_newscn(Elf *_elf);
/freebsd-11-stable/lib/libelf/
HDMakefile162 elf_getscn.3 elf_newscn.3 \
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDoutput.c549 dscn = elf_newscn(dst); in write_file()
667 dscn = elf_newscn(dst); in write_file()
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDbinary.c208 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL) in create_elf_from_binary()
HDascii.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()
HDsections.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()
HDsymbols.c722 if ((sy->os = elf_newscn(ecp->eout)) == NULL || in create_symtab()
723 (st->os = elf_newscn(ecp->eout)) == NULL) in create_symtab()
/freebsd-11-stable/contrib/gcc/
HDsys-protos.h285 extern Elf_Scn * elf_newscn(Elf *);