Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h273 #define SHF_ALLOC 0x2 macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h221 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h355 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c841 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()