Searched refs:SHF_NIOS2_GPREL (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-nios2.h | 88 { ".sdata", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \ 89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \ 90 { ".lit4", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \ 91 { ".lit8", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL },
|
D | tc-nios2.c | 3977 return SHF_NIOS2_GPREL; in nios2_elf_section_letter() 3988 if (attr & SHF_NIOS2_GPREL) in nios2_elf_section_flags()
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | nios2.h | 108 #define SHF_NIOS2_GPREL 0x10000000 macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-nios2.c | 4532 if (hdr->sh_flags & SHF_NIOS2_GPREL) in nios2_elf32_section_flags() 4551 hdr->sh_flags |= SHF_NIOS2_GPREL; in nios2_elf32_fake_sections() 6238 SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, 6240 SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL },
|