HomeSort by relevance Sort by last modified time
    Searched refs:SHF_ALLOC (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/msa/
abiflags.s 17 # CHECK-OBJ: SHF_ALLOC (0x2)
  /external/elfutils/backends/
ppc64_init.c 94 && (opd_shdr->sh_flags & SHF_ALLOC) != 0
  /external/elfutils/tests/
asm-tst6.c 75 SHF_ALLOC | SHF_WRITE, grp);
update4.c 132 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
168 shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
204 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
240 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
asm-tst3.c 83 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
208 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
asm-tst9.c 111 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
242 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
  /external/elfutils/libdwfl/
offline.c 54 assert (shdr->sh_flags & SHF_ALLOC);
63 The best we can rely on is the order of SHF_ALLOC sections. */
75 if (sh->sh_flags & SHF_ALLOC)
86 if ((main_shdr->sh_flags & SHF_ALLOC) && skip_alloc-- == 0)
dwfl_report_elf.c 82 if (shdr->sh_flags & SHF_ALLOC)
115 if (prev_shdr->sh_flags & SHF_ALLOC)
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 73 @ CHECK: SHF_ALLOC (0x2)
91 @ CHECK: SHF_ALLOC (0x2)
112 @ CHECK: SHF_ALLOC (0x2)
elf-movt.s 22 @ OBJ-NEXT: SHF_ALLOC
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
eh-directive-section-comdat.s 73 @ CHECK: SHF_ALLOC (0x2)
91 @ CHECK: SHF_ALLOC (0x2)
112 @ CHECK: SHF_ALLOC (0x2)
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 109 if (!(shdr->sh_flags & SHF_ALLOC))
  /external/elfutils/libelf/
elf_compress_gnu.c 85 if ((sh_flags & SHF_ALLOC) != 0 || (sh_flags & SHF_COMPRESSED))
  /external/elfutils/src/
size.c 412 if (name != NULL && (shdr->sh_flags & SHF_ALLOC) != 0)
432 if ((shdr->sh_flags & SHF_ALLOC) != 0)
479 if ((shdr->sh_flags & SHF_ALLOC) == 0)
531 if ((shdr->sh_flags & SHF_ALLOC) == 0)
  /external/llvm/test/MC/Mips/
mips-pdr.s 22 # OBJOUT-NOT: SHF_ALLOC (0x2)
mips_abi_flags_xx_set.s 17 # CHECK-OBJ: SHF_ALLOC (0x2)
nooddspreg-cmdarg.s 22 # CHECK-OBJ: SHF_ALLOC (0x2)
nooddspreg.s 22 # CHECK-OBJ: SHF_ALLOC (0x2)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
mips-pdr.s 22 # OBJOUT-NOT: SHF_ALLOC (0x2)
mips_abi_flags_xx_set.s 17 # CHECK-OBJ: SHF_ALLOC (0x2)
nooddspreg-cmdarg.s 22 # CHECK-OBJ: SHF_ALLOC (0x2)
nooddspreg.s 22 # CHECK-OBJ: SHF_ALLOC (0x2)
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 19 # STATIC-NEXT: SHF_ALLOC
60 # PIC-NEXT: SHF_ALLOC
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 71 # CHECK-NEXT: SHF_ALLOC
99 # CHECK-NEXT: SHF_ALLOC
ppc64-initial-cfa.s 19 # STATIC-NEXT: SHF_ALLOC
60 # PIC-NEXT: SHF_ALLOC

Completed in 1006 milliseconds

1 2 34 5 6 7 8