Home
last modified time | relevance | path

Searched refs:shname (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/tests/execution/
H A Dfork1.02 shname=${SH%% *}
3 shname=${shname##*/}
9 test "$result" = "$shname" || exit 1
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c820 is_sec_debug(const char *shname) in is_sec_debug() argument
833 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() local
1279 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()