Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/arc/kernel/
Dunwind.c174 const void *end, signed ptrType);
297 signed ptrType; in init_unwind_hdr() local
303 ptrType = fde_pointer_type(cie); in init_unwind_hdr()
304 if (ptrType < 0) in init_unwind_hdr()
309 ptrType)) { in init_unwind_hdr()
542 signed ptrType) in read_pointer() argument
554 if (ptrType < 0 || ptrType == DW_EH_PE_omit) in read_pointer()
557 switch (ptrType & DW_EH_PE_FORM) { in read_pointer()
561 if (ptrType & DW_EH_PE_signed) in read_pointer()
570 if (ptrType & DW_EH_PE_signed) in read_pointer()
[all …]