Searched refs:ptrType (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 171 const void *end, signed ptrType); 288 signed ptrType; in init_unwind_hdr() local 294 ptrType = fde_pointer_type(cie); in init_unwind_hdr() 295 if (ptrType < 0) in init_unwind_hdr() 300 ptrType)) { in init_unwind_hdr() 537 signed ptrType) in read_pointer() 549 if (ptrType < 0 || ptrType == DW_EH_PE_omit) in read_pointer() 552 switch (ptrType & DW_EH_PE_FORM) { in read_pointer() 556 if (ptrType in read_pointer() 536 read_pointer(const u8 **pLoc, const void *end, signed ptrType) read_pointer() argument 647 signed ptrType = *ptr++; fde_pointer_type() local 704 processCFI(const u8 *start, const u8 *end, unsigned long targetLoc, signed ptrType, struct unwind_state *state) processCFI() argument 907 signed ptrType = -1; arc_unwind() local [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 171 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() 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 in read_pointer() 534 read_pointer(const u8 **pLoc, const void *end, signed ptrType) read_pointer() argument 645 signed ptrType = *ptr++; fde_pointer_type() local 702 processCFI(const u8 *start, const u8 *end, unsigned long targetLoc, signed ptrType, struct unwind_state *state) processCFI() argument 905 signed ptrType = -1; arc_unwind() local [all...] |
Completed in 3 milliseconds