Home
last modified time | relevance | path

Searched refs:SHF_MIPS_GPREL (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp50 ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_MIPS_GPREL); in Initialize()
54 ELF::SHF_MIPS_GPREL); in Initialize()
/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h497 #define SHF_MIPS_GPREL 0x10000000 macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1068 SHF_MIPS_GPREL = 0x10000000, enumerator
/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-mips.c3819 |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL; in mips_elf_create_got_section()
5375 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5380 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5385 hdr->sh_flags |= SHF_ALLOC | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5651 hdr->sh_flags |= SHF_MIPS_GPREL; in _bfd_mips_elf_fake_sections()
10310 && (elf_section_data (o)->this_hdr.sh_flags & SHF_MIPS_GPREL)) in _bfd_mips_elf_final_link()
11399 { STRING_COMMA_LEN (".lit4"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
11400 { STRING_COMMA_LEN (".lit8"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
11402 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
11403 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_MIPS_GPREL },
DChangeLog-98991856 sections by name; use SHF_MIPS_GPREL instead.
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp1052 if (sec->flags & SHF_MIPS_GPREL) in getSectionRank()
1202 if (os->flags & SHF_MIPS_GPREL) { in setReservedSymbolSections()
DSyntheticSections.cpp712 : SyntheticSection(SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL, SHT_PROGBITS, 16, in MipsGotSection()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1049 _ELF_DEFINE_SHF(SHF_MIPS_GPREL, 0x10000000UL, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp703 BCase(SHF_MIPS_GPREL); in bitset()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1245 ENUM_ENT(SHF_MIPS_GPREL, ""),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp8200 Section, Type, ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_MIPS_GPREL); in parseSSectionDirective()