Searched refs:SHN_LOOS (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | hppa.h | 521 #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)
|
| D | internal.h | 45 #undef SHN_LOOS 55 #define SHN_LOOS (-0xE0u) /* OS specific semantics, lo */ macro
|
| D | external.h | 43 #define SHN_LOOS 0xFF20 /* OS specific semantics, lo */ macro
|
| D | ia64.h | 193 #define SHN_IA_64_VMS_SYMVEC SHN_LOOS
|
| D | ChangeLog-0415 | 1522 (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/ |
| D | hppa.h | 521 #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)
|
| D | internal.h | 45 #undef SHN_LOOS 55 #define SHN_LOOS (-0xE0u) /* OS specific semantics, lo */ macro
|
| D | external.h | 43 #define SHN_LOOS 0xFF20 /* OS specific semantics, lo */ macro
|
| D | ia64.h | 193 #define SHN_IA_64_VMS_SYMVEC SHN_LOOS
|
| D | ChangeLog-0415 | 1522 (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/ |
| D | exec_elf.h | 412 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
|
| /netbsd/src/tools/amiga-elf2bb/sys/ |
| D | exec_elf.h | 455 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/include/ |
| D | elf.h | 563 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
|
| /netbsd/src/tools/m68k-elf2aout/sys/ |
| D | exec_elf.h | 565 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
|
| /netbsd/src/sys/sys/ |
| D | exec_elf.h | 658 #define SHN_LOOS 0xff20 /* Operating system specific range */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp.h | 324 SHN_LOOS = 0xff20,
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-0001 | 71 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
|
| D | readelf.c | 1034 else if (ndx >= SHN_LOOS && ndx <= SHN_HIOS) in printable_section_name_from_index()
|