Searched refs:elf_getdata (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.3-release/lib/libelf/
H A Delf_strptr.c73 while ((d = elf_getdata(s, d)) != NULL) {
95 while ((d = elf_getdata(s, d)) != NULL && count <= offset) {
H A DMakefile87 elf_getdata.3 \
132 elf_getdata.3 elf_newdata.3 \
133 elf_getdata.3 elf_rawdata.3 \
H A Delf_data.c39 elf_getdata(Elf_Scn *s, Elf_Data *d) function
163 if (elf_getdata(s, NULL) == NULL)
H A Dlibelf.h194 Elf_Data *elf_getdata(Elf_Scn *, Elf_Data *);
H A Delf_update.c161 if (e->e_cmd != ELF_C_WRITE && elf_getdata(s, NULL) == NULL)
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c106 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL)
356 (si->si_symd = elf_getdata(scn, NULL)) == NULL)
360 (si->si_strd = elf_getdata(scn, NULL)) == NULL)
H A Doutput.c355 data = elf_getdata(scn, NULL);
360 strdata = elf_getdata(scn, NULL);
584 if ((sdata = elf_getdata(sscn, NULL)) == NULL)
H A Ddwarf.c1892 data = elf_getdata(scn, NULL);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c209 symtabdata = elf_getdata(scn, NULL);
212 dynsymdata = elf_getdata(scn, NULL);
216 dofdata = elf_getdata(scn, NULL);
H A Ddt_link.c1298 if ((data_rel = elf_getdata(scn_rel, NULL)) == NULL)
1307 (data_sym = elf_getdata(scn_sym, NULL)) == NULL)
1315 (data_str = elf_getdata(scn_str, NULL)) == NULL)
1326 (data_tgt = elf_getdata(scn_tgt, NULL)) == NULL)
H A Ddt_module.c572 if (sp == NULL || (dp = elf_getdata(sp, NULL)) == NULL)
1234 (dp = elf_getdata(sp, NULL)) != NULL) {
1238 (dp = elf_getdata(sp, NULL)) != NULL) {
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c217 symtab = (Sym *)elf_getdata(scn, NULL)->d_buf;
225 strtab = (char *)elf_getdata(scn, NULL)->d_buf;
/freebsd-10.3-release/lib/libproc/
H A Dproc_sym.c301 if ((data = elf_getdata(dynsymscn, NULL)) == NULL) {
302 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1));
336 if ((data = elf_getdata(symtabscn, NULL)) == NULL) {
337 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1));
482 if ((data = elf_getdata(dynsymscn, NULL))) {
499 if ((data = elf_getdata(symtabscn, NULL))) {
574 if ((data = elf_getdata(foundscn, NULL)) == NULL) {
575 DPRINTFX("ERROR: elf_getdata() failed: %s", elf_errmsg(-1));
/freebsd-10.3-release/contrib/libexecinfo/
H A Dsymtab.c117 edata = elf_getdata(scn, NULL);
/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf_init.c311 if ((rd = elf_getdata(scn, NULL)) == NULL) {
651 if ((dbg->dbg_s[i].s_data = elf_getdata(scn, NULL)) == NULL) {
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c879 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL)
907 cd.cd_symdata = elf_getdata(symscn, NULL);
908 cd.cd_strdata = elf_getdata(symstrscn, NULL);
/freebsd-10.3-release/usr.bin/ar/
H A Dwrite.c785 (data = elf_getdata(scn, data)) != NULL) {
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h278 extern Elf_Data * elf_getdata(Elf_Scn *, Elf_Data *);
/freebsd-10.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c515 if ((data = elf_getdata(scn, NULL)) == NULL)

Completed in 223 milliseconds