Home
last modified time | relevance | path

Searched refs:EF_MIPS_PIC (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/devel/llvm90/llvm-9.0.1.src/test/Object/Mips/
H A Delf-abi.yaml8 # O32OBJ-NEXT: EF_MIPS_PIC (0x2)
11 # O32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
20 # O64OBJ-NEXT: EF_MIPS_PIC (0x2)
23 # O64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
32 # E32OBJ-NEXT: EF_MIPS_PIC (0x2)
35 # E32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI32, EF_MIPS_ARCH_32 ]
44 # E64OBJ-NEXT: EF_MIPS_PIC (0x2)
47 # E64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI64, EF_MIPS_ARCH_64 ]
56 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
78 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
[all …]
H A Delf-flags.yaml18 # OBJ-NEXT: EF_MIPS_PIC (0x2)
26 # YAML-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2, EF_MI…
34 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2,
/dports/devel/llvm80/llvm-8.0.1.src/test/Object/Mips/
H A Delf-abi.yaml8 # O32OBJ-NEXT: EF_MIPS_PIC (0x2)
11 # O32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
20 # O64OBJ-NEXT: EF_MIPS_PIC (0x2)
23 # O64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
32 # E32OBJ-NEXT: EF_MIPS_PIC (0x2)
35 # E32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI32, EF_MIPS_ARCH_32 ]
44 # E64OBJ-NEXT: EF_MIPS_PIC (0x2)
47 # E64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI64, EF_MIPS_ARCH_64 ]
56 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
78 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
[all …]
H A Delf-flags.yaml18 # OBJ-NEXT: EF_MIPS_PIC (0x2)
26 # YAML-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2, EF_MI…
34 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2,
/dports/devel/llvm70/llvm-7.0.1.src/test/Object/Mips/
H A Delf-abi.yaml8 # O32OBJ-NEXT: EF_MIPS_PIC (0x2)
11 # O32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
20 # O64OBJ-NEXT: EF_MIPS_PIC (0x2)
23 # O64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
32 # E32OBJ-NEXT: EF_MIPS_PIC (0x2)
35 # E32YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI32, EF_MIPS_ARCH_32 ]
44 # E64OBJ-NEXT: EF_MIPS_PIC (0x2)
47 # E64YAML: Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_EABI64, EF_MIPS_ARCH_64 ]
56 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
78 Flags: [ EF_MIPS_PIC, EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
[all …]
H A Delf-flags.yaml18 # OBJ-NEXT: EF_MIPS_PIC (0x2)
26 # YAML-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2, EF_MI…
34 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2,
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dmips.c297 if (((new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0) != in _merge_flags()
298 ((la->flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0)) in _merge_flags()
300 if (new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) in _merge_flags()
302 if (! (new_flags & EF_MIPS_PIC)) in _merge_flags()
303 la->flags &= ~EF_MIPS_PIC; in _merge_flags()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dmips.c297 if (((new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0) != in _merge_flags()
298 ((la->flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0)) in _merge_flags()
300 if (new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) in _merge_flags()
302 if (! (new_flags & EF_MIPS_PIC)) in _merge_flags()
303 la->flags &= ~EF_MIPS_PIC; in _merge_flags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
107 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
119 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
121 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC);
124 if (ret & EF_MIPS_PIC)
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/Arch/
H A DMipsArchTree.cpp106 bool IsPic = Files[0].Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
108 bool IsPic2 = F.Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
120 uint32_t Ret = Files[0].Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
122 Ret &= F.Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
125 if (Ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/Arch/
H A DMipsArchTree.cpp106 bool IsPic = Files[0].Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
108 bool IsPic2 = F.Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
120 uint32_t Ret = Files[0].Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
122 Ret &= F.Flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
125 if (Ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/Arch/
H A DMipsArchTree.cpp108 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
110 bool isPic2 = f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
122 uint32_t ret = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
124 ret &= f.flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags()
127 if (ret & EF_MIPS_PIC) in getPicFlags()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/cheri/cap-table/Inputs/
H A Dnon-cheri-isa-ext.yaml8 …Flags: [ EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_CHERIABI, EF_MIPS_MACH_CHERI128, EF_MIPS…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/cheri/
H A Dabiversion.s35 # CHECK-NEXT: EF_MIPS_PIC (0x2)

12345678910>>...18