Searched refs:SHF_LINK_ORDER (Results 1 – 25 of 66) sorted by relevance
123
/external/llvm-project/lld/test/ELF/ |
D | linkorder-mixed2.s | 3 ## 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.
|
D | linkorder-err2.s | 7 # 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: {{.…
|
D | linkorder-mixed.s | 2 ## 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.
|
D | linkorder-err.s | 6 # CHECK: error: a section .foo with SHF_LINK_ORDER should not refer a non-regular section: {{.*}}.o…
|
D | linkorder-forward-ref.test | 20 Flags: [ SHF_LINK_ORDER ]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | elf-associated-discarded.ll | 1 ;; 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.
|
D | basic-block-sections-labels-functions-sections.ll | 8 ;; Check we add SHF_LINK_ORDER for .llvm_bb_addr_map and link it with the corresponding .text secti…
|
D | stack-size-section-function-sections.ll | 6 ; 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/ |
D | section-flags.test | 16 # 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/ |
D | asm_newscn.c | 85 if (flags & SHF_LINK_ORDER) in text_newscn() 172 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
|
/external/llvm/test/MC/ARM/ |
D | eh-link.s | 34 @ CHECK-NEXT: SHF_LINK_ORDER 69 @ CHECK-NEXT: SHF_LINK_ORDER
|
D | eh-directive-text-section.s | 54 @ CHECK: SHF_LINK_ORDER (0x80)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection() 174 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | eh-link.s | 34 @ CHECK-NEXT: SHF_LINK_ORDER 69 @ CHECK-NEXT: SHF_LINK_ORDER
|
D | eh-directive-text-section.s | 54 @ CHECK: SHF_LINK_ORDER (0x80)
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionELF.cpp | 103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection() 176 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | linkorder-invalid-sec.test | 15 Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_LINK_ORDER ]
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | empty-link-order.test | 13 ## Check we do not crash and do not set SHF_LINK_ORDER flag for .foo
|
D | linkorder-linked-to.s | 2 ## 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
|
D | arm-exidx-sentinel-and-assignment.s | 32 # SYMBOL-NEXT: SHF_LINK_ORDER
|
D | linkorder.s | 4 ## Contiguous SHF_LINK_ORDER sections.
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | rename-section-flag-preserved.test | 52 SHF_GROUP, SHF_INFO_LINK, SHF_LINK_ORDER, SHF_MERGE, 68 # CHECK-NEXT: SHF_LINK_ORDER (0x80)
|
D | armexidx-link.test | 34 Flags: [ SHF_ALLOC, SHF_LINK_ORDER ]
|
/external/llvm-project/llvm/test/tools/llvm-xray/ARM/ |
D | extract-instrmap.test | 95 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_LINK_ORDER ] 102 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_LINK_ORDER ]
|
/external/llvm-project/lld/ELF/ |
D | MarkLive.cpp | 264 if (sec->flags & SHF_LINK_ORDER) in run() 376 bool isLinkOrder = (sec->flags & SHF_LINK_ORDER); in markLive()
|
123