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/libdwfl/
relocate.c
110
Elf_Data *
symstrdata
;
member in struct:reloc_symtab_cache
175
cache->
symstrdata
= mod->
symstrdata
;
211
if (symtab->
symstrdata
== NULL)
216
symtab->
symstrdata
= elf_getdata (elf_getscn (symtab->symelf,
219
if (unlikely (symtab->
symstrdata
== NULL))
222
if (unlikely (sym->st_name >= symtab->
symstrdata
->d_size))
225
const char *name = symtab->
symstrdata
->d_buf;
256
if (unlikely (sym->st_name >= m->
symstrdata
->d_size))
258
const char *n = m->
symstrdata
->d_buf
[
all
...]
libdwflP.h
166
Elf_Data *
symstrdata
; /* Data for its string table. */
member in struct:Dwfl_Module
/external/elfutils/src/
unstrip.c
1575
Elf_Data *
symstrdata
= NULL;
local
[
all
...]
Completed in 73 milliseconds