Searched refs:strtab (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/
H A Ddlfcn.c147 info->dli_sname = si->strtab + sym->st_name;
183 // total length of libdl_info.strtab, including trailing 0
186 // in the strtab with a \0 to make iterating through the symtab easier.
189 { st_name: 0, // starting index of the name in libdl_info.strtab
255 strtab: ANDROID_LIBDL_STRTAB,
H A Dlinker.cpp394 const char *strtab = si->strtab; local
403 if(strcmp(strtab + s->st_name, name)) continue;
586 si->strtab + s->st_name);
913 soinfo *lsi = find_loaded_library(si->strtab + d[1]);
946 const char *strtab = si->strtab; local
964 sym_name = (char *)(strtab + symtab[sym].st_name);
1031 strtab + symtab[sym].st_name);
1229 sym_name = si->strtab
[all...]
H A Dlinker.h120 const char *strtab; member in struct:soinfo

Completed in 6 milliseconds