Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/kernel/
Dunwind.c172 const void *end, signed ptrType);
275 signed ptrType; in setup_unwind_table() local
281 ptrType = fde_pointer_type(cie); in setup_unwind_table()
282 if (ptrType < 0) in setup_unwind_table()
287 ptrType)) { in setup_unwind_table()
516 signed ptrType) in read_pointer() argument
528 if (ptrType < 0 || ptrType == DW_EH_PE_omit) in read_pointer()
531 switch (ptrType & DW_EH_PE_FORM) { in read_pointer()
535 if (ptrType & DW_EH_PE_signed) in read_pointer()
544 if (ptrType & DW_EH_PE_signed) in read_pointer()
[all …]