Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/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
DChangeLog-04151522 (SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
1532 (SHN_IA_64_VMS_SYMVEC): Define using SHN_LOOS.
/netbsd/src/external/gpl3/binutils/dist/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
DChangeLog-04151522 (SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
1532 (SHN_IA_64_VMS_SYMVEC): Define using SHN_LOOS.
/netbsd/src/sys/arch/atari/stand/tostools/libtos/
Dexec_elf.h412 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
/netbsd/src/tools/amiga-elf2bb/sys/
Dexec_elf.h455 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h563 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h565 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
/netbsd/src/sys/sys/
Dexec_elf.h658 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Delfcpp.h324 SHN_LOOS = 0xff20,
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-000171 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
Dreadelf.c1034 else if (ndx >= SHN_LOOS && ndx <= SHN_HIOS) in printable_section_name_from_index()