Searched refs:STB_LOOS (Results 1 – 10 of 10) sorted by relevance
619 #define STB_HP_ALIAS (STB_LOOS + 0x0)
495 #define STB_LOOS 10 /* OS-specific semantics */ macro
262 ENUM_TO_CSTR(STB_LOOS); in bindingToCString()
807 #define STB_LOOS 10 /* Start of operating system reserved range. */ macro
1042 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
555 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings()577 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings_S()
1292 _ELF_DEFINE_STB(STB_LOOS, 10, "start of OS-specific range") \
1033 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bind()
6855 else if (binding >= STB_LOOS && binding <= STB_HIOS) in get_symbol_binding()
2868 && ELF_ST_BIND (sym->st_info) < STB_LOOS) in is_global_data_symbol_definition()