Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm-project/lld/test/ELF/
Dlinkorder-mixed2.s3 ## like we don't combine SHF_LINK_ORDER with different linked-to sections
5 ## Test we support adding a non-SHF_LINK_ORDER section as an orphan first.
Dlinkorder-err2.s7 # CHECK: error: a section .bar with SHF_LINK_ORDER should not refer a non-regular section: {{.…
8 # CHECK-NEXT: error: a section .bar with SHF_LINK_ORDER should not refer a non-regular section: {{.…
Dlinkorder-mixed.s2 ## Test that we allow SHF_LINK_ORDER sections with sh_link=0.
3 ## SHF_LINK_ORDER sections with sh_link!=0 are ordered before others.
Dlinkorder-err.s6 # CHECK: error: a section .foo with SHF_LINK_ORDER should not refer a non-regular section: {{.*}}.o…
Dlinkorder-forward-ref.test20 Flags: [ SHF_LINK_ORDER ]
/external/llvm-project/llvm/test/CodeGen/X86/
Delf-associated-discarded.ll1 ;; Test that we keep SHF_LINK_ORDER but reset sh_link to 0 if the associated
12 ;; No 'L' (SHF_LINK_ORDER). sh_link=0.
Dbasic-block-sections-labels-functions-sections.ll8 ;; Check we add SHF_LINK_ORDER for .llvm_bb_addr_map and link it with the corresponding .text secti…
Dstack-size-section-function-sections.ll6 ; Check we add SHF_LINK_ORDER for .stack_sizes and link it with the corresponding .text sections.
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-flags.test16 # LLVM-NEXT: SHF_LINK_ORDER (0x80)
68 # LLVM-NEXT: SHF_LINK_ORDER (0x80)
133 SHF_STRINGS, SHF_INFO_LINK, SHF_LINK_ORDER, SHF_OS_NONCONFORMING,
158 Flags: [ SHF_LINK_ORDER ]
/external/elfutils/libasm/
Dasm_newscn.c85 if (flags & SHF_LINK_ORDER) in text_newscn()
172 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
/external/llvm/test/MC/ARM/
Deh-link.s34 @ CHECK-NEXT: SHF_LINK_ORDER
69 @ CHECK-NEXT: SHF_LINK_ORDER
Deh-directive-text-section.s54 @ CHECK: SHF_LINK_ORDER (0x80)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection()
174 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
/external/llvm-project/llvm/test/MC/ARM/
Deh-link.s34 @ CHECK-NEXT: SHF_LINK_ORDER
69 @ CHECK-NEXT: SHF_LINK_ORDER
Deh-directive-text-section.s54 @ CHECK: SHF_LINK_ORDER (0x80)
/external/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection()
176 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
/external/llvm-project/lld/test/ELF/invalid/
Dlinkorder-invalid-sec.test15 Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_LINK_ORDER ]
/external/llvm-project/lld/test/ELF/linkerscript/
Dempty-link-order.test13 ## Check we do not crash and do not set SHF_LINK_ORDER flag for .foo
Dlinkorder-linked-to.s2 ## Test how we set the sh_link field of a SHF_LINK_ORDER output section.
3 ## Additionally, test that in a relocatable link, SHF_LINK_ORDER sections are
Darm-exidx-sentinel-and-assignment.s32 # SYMBOL-NEXT: SHF_LINK_ORDER
Dlinkorder.s4 ## Contiguous SHF_LINK_ORDER sections.
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Drename-section-flag-preserved.test52 SHF_GROUP, SHF_INFO_LINK, SHF_LINK_ORDER, SHF_MERGE,
68 # CHECK-NEXT: SHF_LINK_ORDER (0x80)
Darmexidx-link.test34 Flags: [ SHF_ALLOC, SHF_LINK_ORDER ]
/external/llvm-project/llvm/test/tools/llvm-xray/ARM/
Dextract-instrmap.test95 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_LINK_ORDER ]
102 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_LINK_ORDER ]
/external/llvm-project/lld/ELF/
DMarkLive.cpp264 if (sec->flags & SHF_LINK_ORDER) in run()
376 bool isLinkOrder = (sec->flags & SHF_LINK_ORDER); in markLive()

123