Searched refs:sh_type (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_dyn.c42 uint32_t sh_type; local
55 sh_type = scn->s_shdr.s_shdr32.sh_type;
57 sh_type = scn->s_shdr.s_shdr64.sh_type;
59 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
98 uint32_t sh_type; local
111 sh_type = scn->s_shdr.s_shdr32.sh_type;
113 sh_type
[all...]
H A Dgelf_rel.c43 uint32_t sh_type; local
56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
60 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
99 uint32_t sh_type; local
112 sh_type = scn->s_shdr.s_shdr32.sh_type;
114 sh_type
[all...]
H A Dgelf_rela.c43 uint32_t sh_type; local
56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
60 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
100 uint32_t sh_type; local
113 sh_type = scn->s_shdr.s_shdr32.sh_type;
115 sh_type
[all...]
H A Dgelf_symshndx.c42 uint32_t sh_type; local
58 sh_type = scn->s_shdr.s_shdr32.sh_type;
60 sh_type = scn->s_shdr.s_shdr64.sh_type;
62 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
90 uint32_t sh_type; local
105 sh_type = scn->s_shdr.s_shdr32.sh_type;
107 sh_type
[all...]
H A Dgelf_sym.c43 uint32_t sh_type; local
56 sh_type = scn->s_shdr.s_shdr32.sh_type;
58 sh_type = scn->s_shdr.s_shdr64.sh_type;
60 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
104 uint32_t sh_type; local
117 sh_type = scn->s_shdr.s_shdr32.sh_type;
119 sh_type
[all...]
H A Dgelf_shdr.c70 d->sh_type = sh32->sh_type;
115 sh32->sh_type = s->sh_type;
H A Dlibelf_checksum.c82 shdr.sh_type == SHT_DYNAMIC ||
83 shdr.sh_type == SHT_DYNSYM)
H A Delf_data.c43 unsigned int sh_type; local
69 sh_type = s->s_shdr.s_shdr32.sh_type;
74 sh_type = s->s_shdr.s_shdr64.sh_type;
80 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
H A Delf_update.c80 uint32_t sh_type; local
89 * fields include: `sh_offset', `sh_type', `sh_size', `sh_addralign'.
104 sh_type = s->s_shdr.s_shdr32.sh_type;
110 sh_type = s->s_shdr.s_shdr64.sh_type;
117 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
126 elftype = _libelf_xlate_shtype(sh_type);
271 size_t sh_type; local
506 uint32_t sh_type; local
[all...]
H A Delf_strptr.c59 if (shdr.sh_type != SHT_STRTAB ||
H A Delf32.h79 Elf32_Word sh_type; /* Section type. */ member in struct:__anon15
H A Delf64.h88 Elf64_Word sh_type; /* Section type. */ member in struct:__anon31
H A Dlibelf_ehdr.c69 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) {
/gem5/src/base/loader/
H A Delf_object.cc174 if (shdr.sh_type == SHT_NOTE &&
427 if (shdr.sh_type == SHT_SYMTAB) {

Completed in 18 milliseconds