Searched refs:STT_LOPROC (Results 1 – 13 of 13) sorted by relevance
107 #define STT_DATALABEL STT_LOPROC
70 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */
511 #define STT_LOPROC 13 /* Application-specific semantics */ macro
1022 * arm.h (STT_ARM_TFUNC): Define in terms of STT_LOPROC.
281 ENUM_TO_CSTR(STT_LOPROC); in typeToCString()
825 #define STT_LOPROC 13 /* Start of processor reserved range. */ macro
1060 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
320 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()
6880 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()
1713 case STT_LOPROC: in sym_elem_print_all_sysv()
2525 == STT_LOPROC) in arm_elf_make_msymbol_special()
1322 _ELF_DEFINE_STT(STT_LOPROC, 13, \
1064 } else if (stype >= STT_LOPROC && stype <= STT_HIPROC) { in st_type()1068 stype - STT_LOPROC); in st_type()