OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDX_debug_str
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libdw/
dwarf_getstring.c
32
if (dbg->sectiondata[
IDX_debug_str
] == NULL
33
|| offset >= dbg->sectiondata[
IDX_debug_str
]->d_size)
40
const char *result = ((const char *) dbg->sectiondata[
IDX_debug_str
]->d_buf
43
dbg->sectiondata[
IDX_debug_str
]->d_size - offset);
dwarf_formstring.c
39
|| dbg->sectiondata[
IDX_debug_str
] == NULL)
53
if (off >= dbg->sectiondata[
IDX_debug_str
]->d_size)
56
return (const char *) dbg->sectiondata[
IDX_debug_str
]->d_buf + off;
dwarf_begin_elf.c
40
[
IDX_debug_str
] = ".debug_str",
libdwP.h
54
IDX_debug_str
,
Completed in 8376 milliseconds