Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/libelf/
H A DVersion.map52 elf_newdata;
H A DMakefile131 elf_getdata.3 elf_newdata.3 \
H A Dlibelf.h213 Elf_Data *elf_newdata(Elf_Scn *_scn);
H A Delf_data.c169 elf_newdata(Elf_Scn *s) in elf_newdata() function
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1034 if ((lsydata = elf_newdata(sy->os)) == NULL) in create_symtab_data()
1056 if ((gsydata = elf_newdata(sy->os)) == NULL) in create_symtab_data()
1086 if ((lstdata = elf_newdata(st->os)) == NULL) in create_symtab_data()
1097 if ((gstdata = elf_newdata(st->os)) == NULL) in create_symtab_data()
H A Dsections.c862 if ((od = elf_newdata(s->os)) == NULL) in pad_section()
1200 if ((od = elf_newdata(s->os)) == NULL) in copy_data()
1274 if ((od = elf_newdata(os)) == NULL) in create_external_section()
1470 if ((data = elf_newdata(s->os)) == NULL) in set_shstrtab()
H A Dascii.c655 if ((od = elf_newdata(s->os)) == NULL) in finalize_data_section()
/freebsd-12.1/lib/libelf/
H A DMakefile150 elf_getdata.3 elf_newdata.3 \
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c584 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
684 ddata = elf_newdata(dscn); in write_file()
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h284 extern Elf_Data * elf_newdata(Elf_Scn *);