Searched refs:sh_name (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_shdr.c69 d->sh_name = sh32->sh_name;
114 sh32->sh_name = s->sh_name;
H A Delf32.h77 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon15
H A Delf64.h86 Elf64_Word sh_name; /* Section name (index into the member in struct:__anon31
/gem5/src/base/loader/
H A Delf_object.cc173 char *e_str = elf_strptr(elf, ehdr.e_shstrndx, shdr.sh_name);
314 char *sec_name = elf_strptr(elf, ehdr.e_shstrndx, shdr.sh_name);
546 sectionNames.insert(elf_strptr(elf, ehdr.e_shstrndx, shdr.sh_name));

Completed in 10 milliseconds