Lines Matching refs:code
6 This document describes the new macros for annotation of data and code in
12 Some code like entries, trampolines, or boot code needs to be written in
13 assembly. The same as in C, such code is grouped into functions and
15 marking these pieces as code, data, or even specifying their length.
26 intended to denote the beginning of global symbols (be it data or code).
48 for most code. Both of these are especially important to support reliable
58 * code/data
93 this code needs hints like ``UNWIND_HINT_REGS`` provided by developers.
104 ``objtool`` requires that all code must be contained in an ELF symbol. Symbol
106 prefixed symbols can be used within a code region, but should be avoided for
107 denoting a range of code via ``SYM_*_START/END`` annotations.