HomeSort by relevance Sort by last modified time
    Searched refs:SHT_PROGBITS (Results 26 - 50 of 211) sorted by null

12 3 4 5 6 7 8 9

  /art/compiler/
elf_writer_quick.h 225 text_builder_(".text", text_size, text_relative_offset, SHT_PROGBITS,
228 SHT_PROGBITS, SHF_ALLOC),
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 66 @ CHECK: Type: SHT_PROGBITS (0x1)
84 @ CHECK: Type: SHT_PROGBITS (0x1)
eh-directive-text-section.s 34 @ CHECK: Type: SHT_PROGBITS (0x1)
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 17 # STATIC-NEXT: Type: SHT_PROGBITS
58 # PIC-NEXT: Type: SHT_PROGBITS
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 894 elf_section_type type=SHT_PROGBITS;
922 elf_secthead_set_typeflags(esd, SHT_PROGBITS,
    [all...]
  /external/chromium_org/courgette/
disassembler_elf_32.cc 277 case SHT_PROGBITS:
473 case SHT_PROGBITS:
493 if (section_header->sh_type != SHT_PROGBITS)
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 79 ELF::SHT_PROGBITS, 0,
102 ELF::SHT_PROGBITS, 0,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 464 llvm::ELF::SHT_PROGBITS,
469 llvm::ELF::SHT_PROGBITS,
476 llvm::ELF::SHT_PROGBITS,
483 llvm::ELF::SHT_PROGBITS,
490 llvm::ELF::SHT_PROGBITS,
497 llvm::ELF::SHT_PROGBITS,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 71 ELF::SHT_PROGBITS,
164 return ELF::SHT_PROGBITS;
302 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
371 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
391 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
    [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 373 llvm::ELF::SHT_PROGBITS,
396 llvm::ELF::SHT_PROGBITS,
ELFReaderTest.cpp 91 ASSERT_EQ(llvm::ELF::SHT_PROGBITS, (*iter)->type());
  /development/ndk/platforms/android-3/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 687 SectionName, ELF::SHT_PROGBITS, 0, SectionKind::getDataRel()));
700 OutContext.getELFSection(".gcc_compiled_long32", ELF::SHT_PROGBITS, 0,
704 OutContext.getELFSection(".gcc_compiled_long64", ELF::SHT_PROGBITS, 0,
893 ".mips16.call.fp." + std::string(Symbol), ELF::SHT_PROGBITS,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 254 #define SHT_PROGBITS 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 254 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 235 #define SHT_PROGBITS 1

Completed in 704 milliseconds

12 3 4 5 6 7 8 9