OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sec_idx
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/libdw/
dwarf_nextcu.c
46
const size_t
sec_idx
= debug_types ? IDX_debug_types : IDX_debug_info;
local
54
|| unlikely (dwarf->sectiondata[
sec_idx
] == NULL)
58
|| unlikely (off + 4 >= dwarf->sectiondata[
sec_idx
]->d_size))
66
const unsigned char *data = dwarf->sectiondata[
sec_idx
]->d_buf;
111
>= dwarf->sectiondata[
sec_idx
]->d_size))
127
if (__libdw_read_offset_inc (dwarf,
sec_idx
, &bytes, offset_size,
139
if (__libdw_read_offset_inc (dwarf,
sec_idx
, &bytes, offset_size,
140
&type_offset,
sec_idx
, 0))
Completed in 385 milliseconds