OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_REL
(Results
1 - 25
of
143
) sorted by null
1
2
3
4
5
6
/external/elfutils/libdwfl/
dwfl_module_getsym.c
88
if (mod->e_type ==
ET_REL
)
90
/* In an
ET_REL
file, the symbol table values are relative
derelocate.c
143
if (mod->e_type ==
ET_REL
234
case
ET_REL
:
258
case
ET_REL
:
362
case
ET_REL
:
393
assert (mod->e_type ==
ET_REL
);
dwfl_module_getdwarf.c
608
if (mod->e_type ==
ET_REL
&& !debugfile->relocated)
712
if (mod->e_type ==
ET_REL
&& ! mod->main.relocated)
753
if (mod->e_type ==
ET_REL
dwfl_report_elf.c
55
/* We start every
ET_REL
module at a moderately aligned boundary.
78
case
ET_REL
:
offline.c
69
assert (mod->e_type ==
ET_REL
);
/frameworks/rs/cpu_ref/linkloader/lib/
ELFHeader.cpp
68
case
ET_REL
: return "Relocatable file";
/external/chromium_org/courgette/
types_elf.h
41
ET_REL
= 1, // Relocatable file
/external/elfutils/libasm/
disasm_cb.c
129
case
ET_REL
:
asm_begin.c
94
ehdr->e_type =
ET_REL
;
/external/elfutils/src/
arlib.c
232
if (ehdr->e_type ==
ET_REL
)
276
if (ehdr->e_type !=
ET_REL
)
unstrip.c
90
N_("Apply relocations to section contents in
ET_REL
files"), 0 },
[
all
...]
elflint.c
398
if (ehdr->e_type !=
ET_REL
&& ehdr->e_type != ET_EXEC
718
if (ehdr->e_type !=
ET_REL
)
739
GElf_Addr sh_addr = (ehdr->e_type ==
ET_REL
? 0
779
if (ehdr->e_type ==
ET_REL
)
909
if (xndx != SHN_UNDEF || ehdr->e_type !=
ET_REL
)
928
if (ehdr->e_type !=
ET_REL
[
all
...]
/external/elfutils/backends/
common-reloc.c
69
#define REL (1 << (
ET_REL
- 1))
/external/elfutils/tests/
asm-tst1.c
50
.e_type =
ET_REL
,
asm-tst2.c
50
.e_type =
ET_REL
,
saridx.c
216
ehdr.e_type ==
ET_REL
asm-tst9.c
58
.e_type =
ET_REL
,
/development/ndk/platforms/android-3/include/linux/
elf.h
57
#define
ET_REL
1
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c
224
YASM_WRITE_16_L(bufp,
ET_REL
); /* e_type - object file */
elf-x86-x86.c
211
YASM_WRITE_16_L(bufp,
ET_REL
); /* e_type - object file */
/external/llvm/lib/MC/
MCObjectSymbolizer.cpp
92
// asserts when the file type isn't
ET_REL
.
99
if (ELFObj->getElfHeader()->e_type == ELF::
ET_REL
) {
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h
57
#define
ET_REL
1
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h
57
#define
ET_REL
1
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h
57
#define
ET_REL
1
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h
57
#define
ET_REL
1
Completed in 387 milliseconds
1
2
3
4
5
6