Searched refs:shname (Results 1 – 2 of 2) sorted by relevance
3 shname=${SH%% *}4 shname=${shname##*/}10 test "$result" = "$shname" || exit 1
782 is_sec_debug(const char *shname) in is_sec_debug() argument795 if (shname == NULL) in is_sec_debug()799 if (!strncmp(shname, *p, strlen(*p))) in is_sec_debug()1160 const char *shname, *objname; in read_elf() local1241 shname = elf_strptr(elf, shstrndx, (size_t) shdr.sh_name); in read_elf()1242 if (shname != NULL) { in read_elf()1243 if ((sec_table[i] = strdup(shname)) == NULL) { in read_elf()1247 if (!strncmp(shname, ".dynstr", 7)) { in read_elf()1255 if (!strncmp(shname, ".strtab", 7)) { in read_elf()1281 else if (is_sec_debug(shname)) in read_elf()