OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_REL
(Results
1 - 25
of
143
) sorted by null
1
2
3
4
5
6
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSection.hxx
57
case
SHT_REL
:
ELFSectionRelTable.hxx
58
rsl_assert(sh->getType() ==
SHT_REL
|| sh->getType() == SHT_RELA);
69
if (sh->getType() ==
SHT_REL
) {
/external/elfutils/libebl/
eblsectionstripp.c
70
if (shdr->sh_type == SHT_RELA || shdr->sh_type ==
SHT_REL
)
/external/elfutils/libelf/
elf-knowledge.h
84
((Shdr)->sh_type ==
SHT_REL
|| (Shdr)->sh_type == SHT_RELA \
/frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp
57
llvm::ELF::
SHT_REL
,
62
llvm::ELF::
SHT_REL
,
ELFExecFileFormat.cpp
58
llvm::ELF::
SHT_REL
,
63
llvm::ELF::
SHT_REL
,
ELFObjectWriter.cpp
405
if (pSection.type() ==
SHT_REL
) {
526
if (llvm::ELF::
SHT_REL
== pSection.type())
551
if (llvm::ELF::
SHT_REL
== pSection.type() ||
571
if (llvm::ELF::
SHT_REL
== pSection.type() ||
/external/chromium_org/courgette/
types_elf.h
83
SHT_REL
= 9,
disassembler_elf_32.cc
272
case
SHT_REL
:
430
if (section_header->sh_type ==
SHT_REL
) {
471
case
SHT_REL
:
/external/llvm/test/MC/ARM/
elf-movt.s
41
@ OBJ-NEXT: Type:
SHT_REL
(0x9)
/external/qemu/elff/
elff_elf.h
271
#define
SHT_REL
9
/ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h
271
#define
SHT_REL
9
/external/elfutils/libdwfl/
derelocate.c
145
&& (shdr->sh_type ==
SHT_REL
|| shdr->sh_type == SHT_RELA)
205
&& (shdr->sh_type ==
SHT_REL
|| shdr->sh_type == SHT_RELA))
relocate.c
456
if (shdr->sh_type ==
SHT_REL
)
529
if (shdr->sh_type ==
SHT_REL
)
590
if ((shdr->sh_type ==
SHT_REL
|| shdr->sh_type == SHT_RELA)
/external/elfutils/src/
findtextrel.c
401
if ((shdr->sh_type ==
SHT_REL
|| shdr->sh_type == SHT_RELA)
415
if (shdr->sh_type ==
SHT_REL
)
/development/ndk/platforms/android-3/include/linux/
elf.h
243
#define
SHT_REL
9
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c
124
YASM_WRITE_32_L(bufp,
SHT_REL
);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h
243
#define
SHT_REL
9
Completed in 890 milliseconds
1
2
3
4
5
6