Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDhppa.h619 #define STB_HP_ALIAS (STB_LOOS + 0x0)
HDcommon.h495 #define STB_LOOS 10 /* OS-specific semantics */ macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp262 ENUM_TO_CSTR(STB_LOOS); in bindingToCString()
/freebsd-11-stable/sys/sys/
HDelf_common.h807 #define STB_LOOS 10 /* Start of operating system reserved range. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1042 STB_LOOS = 10, // Lowest operating system-specific binding type enumerator
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c555 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings()
577 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings_S()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1292 _ELF_DEFINE_STB(STB_LOOS, 10, "start of OS-specific range") \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c1033 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bind()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c6855 else if (binding >= STB_LOOS && binding <= STB_HIOS) in get_symbol_binding()
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c2868 && ELF_ST_BIND (sym->st_info) < STB_LOOS) in is_global_data_symbol_definition()