Home
last modified time | relevance | path

Searched refs:s_elf (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/elftoolchain/libelf/
H A Dgelf_symshndx.c52 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf) || in gelf_getsymshndx()
105 (e = scn->s_elf) == NULL || (e != ld->d_scn->s_elf)) { in gelf_update_symshndx()
H A Dgelf_shdr.c65 ec = s->s_elf->e_class; in gelf_getshdr()
97 if (s == NULL || scn == NULL || (e = scn->s_elf) == NULL || in gelf_update_shdr()
H A Dgelf_dyn.c52 (e = scn->s_elf) == NULL) { in gelf_getdyn()
112 (e = scn->s_elf) == NULL) { in gelf_update_dyn()
H A Dgelf_syminfo.c50 (e = scn->s_elf) == NULL) { in gelf_getsyminfo()
111 (e = scn->s_elf) == NULL) { in gelf_update_syminfo()
H A Dgelf_cap.c52 (e = scn->s_elf) == NULL) { in gelf_getcap()
112 (e = scn->s_elf) == NULL) { in gelf_update_cap()
H A Dgelf_move.c52 (e = scn->s_elf) == NULL) { in gelf_getmove()
115 (e = scn->s_elf) == NULL) { in gelf_update_move()
H A Dgelf_rel.c52 (e = scn->s_elf) == NULL) { in gelf_getrel()
114 (e = scn->s_elf) == NULL) { in gelf_update_rel()
H A Delf_data.c51 if (s == NULL || (e = s->s_elf) == NULL || in elf_getdata()
174 if (s == NULL || (e = s->s_elf) == NULL) { in elf_newdata()
220 if (s == NULL || (e = s->s_elf) == NULL || e->e_rawfile == NULL) { in elf_rawdata()
H A Dgelf_sym.c52 (e = scn->s_elf) == NULL) { in gelf_getsym()
114 (e = scn->s_elf) == NULL) { in gelf_update_sym()
H A Dgelf_rela.c52 (e = scn->s_elf) == NULL) { in gelf_getrela()
115 (e = scn->s_elf) == NULL) { in gelf_update_rela()
H A Dlibelf_allocate.c171 s->s_elf = e; in _libelf_allocate_scn()
201 e = s->s_elf; in _libelf_release_scn()
H A Dlibelf_shdr.c39 if (s == NULL || (e = s->s_elf) == NULL || in _libelf_getshdr()
H A D_libelf.h151 struct _Elf *s_elf; /* parent ELF descriptor */ member
H A Delf_scn.c228 (s && s->s_elf != e)) { in elf_nextscn()
/dflybsd-src/lib/libexecinfo/
H A Dprivate_libelf.h882 struct _Elf *s_elf; /* parent ELF descriptor */ member
1173 s->s_elf = e; in _libelf_allocate_scn()
1203 e = s->s_elf; in _libelf_release_scn()
2577 if (s == NULL || (e = s->s_elf) == NULL || in _libelf_getshdr()
3201 ec = s->s_elf->e_class; in gelf_getshdr()
3247 (e = scn->s_elf) == NULL) { in gelf_getsym()
3303 (s && s->s_elf != e)) { in elf_nextscn()
3422 if (s == NULL || (e = s->s_elf) == NULL || in elf_getdata()