OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symstrdata
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/0.153/libdwfl/
relocate.c
114
Elf_Data *
symstrdata
;
member in struct:reloc_symtab_cache
179
cache->
symstrdata
= mod->
symstrdata
;
218
if (symtab->
symstrdata
== NULL)
223
symtab->
symstrdata
= elf_getdata (elf_getscn (symtab->symelf,
226
if (unlikely (symtab->
symstrdata
== NULL))
229
if (unlikely (sym->st_name >= symtab->
symstrdata
->d_size))
232
const char *name = symtab->
symstrdata
->d_buf;
263
if (unlikely (sym->st_name >= m->
symstrdata
->d_size))
265
const char *n = m->
symstrdata
->d_buf
[
all
...]
libdwflP.h
176
Elf_Data *
symstrdata
; /* Data for its string table. */
member in struct:Dwfl_Module
/external/elfutils/0.153/src/
unstrip.c
1578
Elf_Data *
symstrdata
= NULL;
local
[
all
...]
Completed in 239 milliseconds