Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A DVersion.map52 elf_newdata;
H A DMakefile131 elf_getdata.3 elf_newdata.3 \
H A Dlibelf.h216 Elf_Data *elf_newdata(Elf_Scn *_scn);
H A Delf_data.c172 elf_newdata(Elf_Scn *s) in elf_newdata() function
/freebsd/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.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()
H A Dascii.c655 if ((od = elf_newdata(s->os)) == NULL) in finalize_data_section()
/freebsd/lib/libelf/
H A DMakefile158 elf_getdata.3 elf_newdata.3 \
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c582 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
682 ddata = elf_newdata(dscn); in write_file()