How to prevent cross references between two sections

Is there a way to prevent cross references betweeen two sections, so that for example functions located in the .boot section can't call functions located in the .user section?
I'm developing a custom bootloader and I need it for obvious reasons.
I've digged through the scatter loading documentation but I didn't find the equivalent of the NOCROSSREFS() directive used in ld.
(I'm using armcc and armlink)

Parents Reply Children
No data
More questions in this forum