Home
last modified time | relevance | path

Searched refs:STB_LOOS (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/include/elf/
H A Dhppa.h619 #define STB_HP_ALIAS (STB_LOOS + 0x0)
H A Dcommon.h495 #define STB_LOOS 10 /* OS-specific semantics */ macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp267 ENUM_TO_CSTR(STB_LOOS); in bindingToCString()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1034 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h815 #define STB_LOOS 10 /* Start of operating system reserved range. */ macro
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c552 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings()
574 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings_S()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1260 _ELF_DEFINE_STB(STB_LOOS, 10, "start of OS-specific range") \
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1013 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bind()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c6855 else if (binding >= STB_LOOS && binding <= STB_HIOS) in get_symbol_binding()
/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.c2868 && ELF_ST_BIND (sym->st_info) < STB_LOOS) in is_global_data_symbol_definition()