Searched refs:shname (Results 1 – 2 of 2) sorted by relevance
2 shname=${SH%% *}3 shname=${shname##*/}9 test "$result" = "$shname" || exit 1
820 is_sec_debug(const char *shname) in is_sec_debug() argument833 if (shname == NULL) in is_sec_debug()837 if (!strncmp(shname, *p, strlen(*p))) in is_sec_debug()1198 const char *shname, *objname; in read_elf() local1279 shname = elf_strptr(elf, shstrndx, (size_t) shdr.sh_name); in read_elf()1280 if (shname != NULL) { in read_elf()1281 if ((sec_table[i] = strdup(shname)) == NULL) { in read_elf()1285 if (!strncmp(shname, ".dynstr", 7)) { in read_elf()1293 if (!strncmp(shname, ".strtab", 7)) { in read_elf()1319 else if (is_sec_debug(shname)) in read_elf()