HomeSort by relevance Sort by last modified time
    Searched refs:SHT_NOBITS (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/elfutils/0.153/libasm/
asm_adduleb128.c 45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
81 if (likely (asmscn->type != SHT_NOBITS))
asm_addsleb128.c 45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
85 if (likely (asmscn->type != SHT_NOBITS))
asm_addint8.c 58 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
108 if (likely (asmscn->type == SHT_NOBITS))
asm_addstrz.c 48 if (unlikely (asmscn->type == SHT_NOBITS))
asm_newscn.c 90 else if (type == SHT_NOBITS)
176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSection.hxx 54 case SHT_NOBITS:
ELFSectionBits.hxx 36 (sh->getType() == SHT_NOBITS) ? "NOBITS" : "PROGBITS";
ELFSymbol.hxx 141 section_type == SHT_NOBITS) &&
144 if (section_type == SHT_NOBITS) {
251 (*header)[idx]->getType() == SHT_NOBITS) &&
280 (*header)[idx]->getType() == SHT_NOBITS) &&
  /external/llvm/lib/MC/
MCSectionELF.cpp 130 else if (Type == ELF::SHT_NOBITS)
158 return getType() == ELF::SHT_NOBITS;
  /external/chromium_org/courgette/
types_elf.h 82 SHT_NOBITS = 8,
disassembler_elf_32.cc 110 if (section_header->sh_type == SHT_NOBITS)
192 if (section_header->sh_type == SHT_NOBITS)
285 case SHT_NOBITS:
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 41 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 25 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
30 Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS,
91 return ELF::SHT_NOBITS;
  /external/elfutils/0.153/libelf/
elf32_checksum.c 140 if (shdr->sh_type == SHT_NOBITS)
elf32_updatenull.c 343 + (shdr->sh_type != SHT_NOBITS
382 if (shdr->sh_type != SHT_NOBITS)
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 270 #define SHT_NOBITS 8
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 86 llvm::ELF::SHT_NOBITS,
167 llvm::ELF::SHT_NOBITS,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 93 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
109 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
526 Type = ELF::SHT_NOBITS;
  /development/ndk/platforms/android-3/include/linux/
elf.h 242 #define SHT_NOBITS 8
  /external/elfutils/0.153/libdw/
dwarf_begin_elf.c 103 /* Ignore any SHT_NOBITS sections. Debugging sections should not
106 if (unlikely (shdr->sh_type == SHT_NOBITS))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 261 #define SHT_NOBITS 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 261 #define SHT_NOBITS 8
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 242 #define SHT_NOBITS 8
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 242 #define SHT_NOBITS 8

Completed in 264 milliseconds

1 2 3 4 5 6 7 8