OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fde_count
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp
61
//
fde_count
62
uint32_t*
fde_count
= (uint32_t*)(data + 8);
local
64
*
fde_count
= m_EhFrame.getEhFrame()->numOfFDEs();
66
*
fde_count
= 0;
68
if (0 == *
fde_count
) {
129
/// uint32_t :
fde_count
130
/// __________________________ when
fde_count
> 0
/system/core/libcorkscrew/arch-x86/
dwarf.h
74
uint32_t
fde_count
;
member in struct:__anon60896
backtrace-x86.c
288
if (!read_dwarf(memory, eh_frame_hdr, &eh_hdr_info.
fde_count
, eh_hdr_info.fde_count_enc, &c)) return 0;
289
ALOGV("find_fde: found %d FDEs", eh_hdr_info.
fde_count
);
292
int32_t high = eh_hdr_info.
fde_count
;
[
all
...]
Completed in 49 milliseconds