Home
last modified time | relevance | path

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

/freebsd/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_cap.c52 (e = scn->s_elf) == NULL) { in gelf_getcap()
111 (e = scn->s_elf) == NULL) { in gelf_update_cap()
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_dyn.c52 (e = scn->s_elf) == NULL) { in gelf_getdyn()
112 (e = scn->s_elf) == NULL) { in gelf_update_dyn()
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 Delf_data.c50 if (s == NULL || (e = s->s_elf) == NULL || in elf_getdata()
177 if (s == NULL || (e = s->s_elf) == NULL) { in elf_newdata()
223 if (s == NULL || (e = s->s_elf) == NULL || e->e_rawfile == NULL) { in elf_rawdata()
H A Dgelf_rel.c52 (e = scn->s_elf) == NULL) { in gelf_getrel()
117 (e = scn->s_elf) == NULL) { in gelf_update_rel()
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 Dlibelf_allocate.c156 s->s_elf = e; in _libelf_allocate_scn()
186 e = s->s_elf; in _libelf_release_scn()
H A Dgelf_rela.c52 (e = scn->s_elf) == NULL) { in gelf_getrela()
119 (e = scn->s_elf) == NULL) { in gelf_update_rela()
H A Dlibelf_shdr.c39 if (s == NULL || (e = s->s_elf) == NULL || in _libelf_getshdr()
H A Dgelf_chdr.c67 ec = s->s_elf->e_class; in gelf_getchdr()
H A Dlibelf_chdr.c47 if (s == NULL || (e = s->s_elf) == NULL || e->e_kind != ELF_K_ELF) { in _libelf_getchdr()
H A D_libelf.h155 struct _Elf *s_elf; /* parent ELF descriptor */ member
H A Delf_scn.c248 (s && s->s_elf != e)) { in elf_nextscn()