Searched refs:s_elf (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_shdr.c36 if (s == NULL || (e = s->s_elf) == NULL ||
H A Dgelf_symshndx.c48 (e = scn->s_elf) == NULL || (e != d->d_scn->s_elf) ||
96 (e = scn->s_elf) == NULL || (e != d->d_scn->s_elf)) {
H A Dgelf_dyn.c46 (e = scn->s_elf) == NULL) {
102 (e = scn->s_elf) == NULL) {
H A Dgelf_rel.c47 (e = scn->s_elf) == NULL) {
103 (e = scn->s_elf) == NULL) {
H A Dgelf_rela.c47 (e = scn->s_elf) == NULL) {
104 (e = scn->s_elf) == NULL) {
H A Dgelf_shdr.c63 ec = s->s_elf->e_class;
95 if (s == NULL || scn == NULL || (e = scn->s_elf) == NULL ||
H A Dgelf_sym.c47 (e = scn->s_elf) == NULL) {
108 (e = scn->s_elf) == NULL) {
H A Dlibelf_allocate.c167 s->s_elf = e;
197 e = s->s_elf;
H A Delf_data.c47 if (s == NULL || (e = s->s_elf) == NULL || e->e_kind != ELF_K_ELF ||
136 if (s == NULL || (e = s->s_elf) == NULL ||
183 if (s == NULL || (e = s->s_elf) == NULL ||
H A Delf_flag.c43 (e = scn->s_elf) == NULL || e->e_kind != ELF_K_ELF ||
H A D_libelf.h127 struct _Elf *s_elf; /* parent ELF descriptor */ member in struct:_Elf_Scn
H A Delf_scn.c220 (s && s->s_elf != e)) {

Completed in 13 milliseconds