OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_NOBITS
(Results
1 - 25
of
150
) sorted by null
1
2
3
4
5
6
/external/elfutils/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
)
177
|| (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
122
else if (Type == ELF::
SHT_NOBITS
)
147
return getType() == ELF::
SHT_NOBITS
;
/external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
28
Ctx.getELFSection(".dp.bss", 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/elfutils/libelf/
elf32_checksum.c
140
if (shdr->sh_type ==
SHT_NOBITS
)
elf32_updatenull.c
339
+ (shdr->sh_type !=
SHT_NOBITS
378
if (shdr->sh_type !=
SHT_NOBITS
)
elf32_updatefile.c
293
if (shdr->sh_type !=
SHT_NOBITS
&& scn->data_list_rear != NULL)
365
else if (shdr->sh_type !=
SHT_NOBITS
&& scn->index != 0)
625
if (shdr->sh_type !=
SHT_NOBITS
&& scn->data_list_rear != NULL
698
else if (shdr->sh_type !=
SHT_NOBITS
&& scn->index != 0)
/external/qemu/elff/
elff_elf.h
270
#define
SHT_NOBITS
8
/ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h
270
#define
SHT_NOBITS
8
/external/elfutils/libdw/
dwarf_begin_elf.c
100
/* Ignore any
SHT_NOBITS
sections. Debugging sections should not
103
if (unlikely (shdr->sh_type ==
SHT_NOBITS
))
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
86
llvm::ELF::
SHT_NOBITS
,
167
llvm::ELF::
SHT_NOBITS
,
/external/elfutils/src/
elfcmp.c
356
assert (shdr1->sh_type ==
SHT_NOBITS
358
assert (shdr2->sh_type ==
SHT_NOBITS
362
|| (shdr1->sh_type !=
SHT_NOBITS
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
95
return ParseSectionSwitch(".bss", ELF::
SHT_NOBITS
,
111
return ParseSectionSwitch(".tbss", ELF::
SHT_NOBITS
,
453
Type = ELF::
SHT_NOBITS
;
/development/ndk/platforms/android-3/include/linux/
elf.h
242
#define
SHT_NOBITS
8
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h
242
#define
SHT_NOBITS
8
Completed in 381 milliseconds
1
2
3
4
5
6