Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arc/kernel/
Dunwind.c171 const void *end, signed ptrType);
284 signed ptrType; in init_unwind_hdr() local
290 ptrType = fde_pointer_type(cie); in init_unwind_hdr()
291 if (ptrType < 0) in init_unwind_hdr()
296 ptrType)) { in init_unwind_hdr()
535 signed ptrType) in read_pointer() argument
547 if (ptrType < 0 || ptrType == DW_EH_PE_omit) in read_pointer()
550 switch (ptrType & DW_EH_PE_FORM) { in read_pointer()
554 if (ptrType & DW_EH_PE_signed) in read_pointer()
563 if (ptrType & DW_EH_PE_signed) in read_pointer()
[all …]