Home
last modified time | relevance | path

Searched refs:SHF_MIPS_NOSTRIP (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp38 ELF::SHF_ALLOC | ELF::SHF_MIPS_NOSTRIP, 1); in EmitMipsOptionRecord()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dmips.h482 #define SHF_MIPS_NOSTRIP 0x08000000 macro
DChangeLog-91031681 (SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL, SHF_MIPS_NAMES): Define.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dmips.h509 #define SHF_MIPS_NOSTRIP 0x08000000 macro
DChangeLog-91031715 (SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL, SHF_MIPS_NAMES): Define.
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1163 SHF_MIPS_NOSTRIP = 0x08000000, enumerator
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfxx-mips.c4643 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
4648 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
4655 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
4670 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfxx-mips.c5634 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
5639 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
5646 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
5661 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp761 BCase(SHF_MIPS_NOSTRIP); in bitset()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp1271 ENUM_ENT(SHF_MIPS_NOSTRIP, ""),