Home
last modified time | relevance | path

Searched refs:elf_newdata (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A DVersion.map52 elf_newdata;
H A DMakefile132 elf_getdata.3 elf_newdata.3 \
H A Dlibelf.h220 Elf_Data *elf_newdata(Elf_Scn *_scn);
H A Delf_data.c181 elf_newdata(Elf_Scn *s) in elf_newdata() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Dlibelf.d140 Elf_Data* elf_newdata(Elf_Scn*);
/netbsd-src/external/bsd/elftoolchain/lib/libelf/
H A DMakefile134 elf_getdata.3 elf_newdata.3 \
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c592 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
691 ddata = elf_newdata(dscn); in write_file()