OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symstrdata
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libdwfl/
dwfl_module_getsym.c
107
if (unlikely (sym->st_name >= mod->
symstrdata
->d_size))
112
return (const char *) mod->
symstrdata
->d_buf + sym->st_name;
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
...]
dwfl_module_getdwarf.c
469
mod->
symstrdata
= elf_getdata_rawchunk (mod->main.elf,
473
if (mod->
symstrdata
== NULL)
566
mod->
symstrdata
= elf_getdata (elf_getscn (mod->symfile->elf, strshndx),
568
if (mod->
symstrdata
== NULL)
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 205 milliseconds