MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / core_kernel_text

Function core_kernel_text

libcpu/arm/cortex-a/backtrace.c:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69static int core_kernel_text(unsigned long addr)
70{
71 return 1;
72}
73
74/* Convert a prel31 symbol to an absolute address */
75#define prel31_to_addr(ptr) \

Callers 1

unwind_find_idxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected