Home
last modified time | relevance | path

Searched refs:SHN_LOOS (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dhppa.h521 #define SHN_TLS_COMMON (SHN_LOOS + 0x0)
522 #define SHN_NS_COMMON (SHN_LOOS + 0x1)
523 #define SHN_FS_COMMON (SHN_LOOS + 0x2)
524 #define SHN_NS_UNDEF (SHN_LOOS + 0x3)
525 #define SHN_FS_UNDEF (SHN_LOOS + 0x4)
526 #define SHN_HP_EXTERN (SHN_LOOS + 0x5)
527 #define SHN_HP_EXTHINT (SHN_LOOS + 0x6)
528 #define SHN_HP_UNDEF_BIND_IMM (SHN_LOOS + 0x7)
Dinternal.h45 #undef SHN_LOOS
55 #define SHN_LOOS (-0xE0u) /* OS specific semantics, lo */ macro
Dexternal.h43 #define SHN_LOOS 0xFF20 /* OS specific semantics, lo */ macro
Dia64.h193 #define SHN_IA_64_VMS_SYMVEC SHN_LOOS
DChangeLog1209 (SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
1219 (SHN_IA_64_VMS_SYMVEC): Define using SHN_LOOS.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h323 SHN_LOOS = 0xff20,
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-000171 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
Dreadelf.c9764 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()