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

/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c137 (long) val, sym->st_info, strtab + sym->st_name);
142 strncpy (buf, strtab + sym->st_name, buf_len);
144 ret = (strlen (strtab + sym->st_name) >= buf_len
/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c221 b_elf_word st_name; /* Symbol name, index in string tbl */ member in struct:__anon1534
233 b_elf_word st_name; /* Symbol name, index in string tbl */ member in struct:__anon1535
416 if (sym->st_name >= strtab_size)
423 elf_symbols[j].name = (const char *) strtab + sym->st_name;
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c336 if ((!dso->versym || dso->versym[i] >= 0) && (!strcmp(s, strings + syms[i].st_name)))
356 !strcmp(s, dso->strings + dso->syms[i].st_name))
466 name = strings + sym->st_name;
2330 info->dli_sname = bestsym == NULL ? NULL : p->strings + bestsym->st_name;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h316 Elf32_Word st_name; member in struct:__anon1657
325 Elf64_Word st_name; member in struct:__anon1658

Completed in 104 milliseconds