Searched refs:fde_table_enc (Results 1 – 2 of 2) sorted by relevance
/system/core/libcorkscrew/arch-x86/ |
D | dwarf.h | 72 uint8_t fde_table_enc; member
|
D | backtrace-x86.c | 268 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.fde_table_enc, &c)) return 0; in find_fde() 294 if (!read_dwarf(memory, eh_frame_hdr, &start, eh_hdr_info.fde_table_enc, &entry)) return 0; in find_fde() 307 if (!read_dwarf(memory, eh_frame_hdr, &start, eh_hdr_info.fde_table_enc, &c)) return 0; in find_fde() 308 if (!read_dwarf(memory, eh_frame_hdr, &fde, eh_hdr_info.fde_table_enc, &c)) return 0; in find_fde()
|