Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libelf/
DVersion.map52 elf_newdata;
DMakefile131 elf_getdata.3 elf_newdata.3 \
Dlibelf.h216 Elf_Data *elf_newdata(Elf_Scn *_scn);
Delf_data.c172 elf_newdata(Elf_Scn *s) in elf_newdata() function
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
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()
Dsections.c873 if ((od = elf_newdata(s->os)) == NULL) in pad_section()
1256 if ((od = elf_newdata(s->os)) == NULL) in copy_data()
1330 if ((od = elf_newdata(os)) == NULL) in create_external_section()
1526 if ((data = elf_newdata(s->os)) == NULL) in set_shstrtab()
Dascii.c655 if ((od = elf_newdata(s->os)) == NULL) in finalize_data_section()
/freebsd-12-stable/lib/libelf/
DMakefile159 elf_getdata.3 elf_newdata.3 \
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Doutput.c584 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
684 ddata = elf_newdata(dscn); in write_file()
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h284 extern Elf_Data * elf_newdata(Elf_Scn *);