OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:R_AARCH64_RELATIVE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/relocation_packer/src/
elf_traits.h
26
#ifndef
R_AARCH64_RELATIVE
27
#define
R_AARCH64_RELATIVE
1027
92
enum { kRelativeRelocationCode =
R_AARCH64_RELATIVE
};
/bionic/libc/arch-arm64/include/machine/
elf_machdep.h
99
#define
R_AARCH64_RELATIVE
1027 /* Adjust by program base. */
/development/ndk/platforms/android-L/arch-arm64/include/machine/
elf_machdep.h
99
#define
R_AARCH64_RELATIVE
1027 /* Adjust by program base. */
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp
57
#define
R_AARCH64_RELATIVE
1027
59
#define RELATIVE_RELOCATION_CODE
R_AARCH64_RELATIVE
121
case
R_AARCH64_RELATIVE
:
510
case
R_AARCH64_RELATIVE
:
511
RLOG("
R_AARCH64_RELATIVE
target=%p (%p) bias=%p\n",
886
case
R_AARCH64_RELATIVE
:
Completed in 390 milliseconds