| 15 | const size_t region_alignment = MIN_UNSAFE(DYN_CBMEM_ALIGN_SIZE, 4096); |
| 16 | |
| 17 | static inline int rmodule_is_loaded(const struct rmodule *module) |
| 18 | { |
| 19 | return module->location != NULL; |
| 20 | } |
| 21 | |
| 22 | /* Calculate a loaded program address based on the blob address. */ |
| 23 | static inline void *rmodule_load_addr(const struct rmodule *module, |
no outgoing calls
no test coverage detected