OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/backends/
common-reloc.c
29
#define
R_TYPE
(name) PASTE (RELOC_PREFIX, name)
62
[
R_TYPE
(type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
74
#define RELOC_TYPE(type, uses) [
R_TYPE
(type)] = uses,
115
return reloc ==
R_TYPE
(COPY);
121
return reloc ==
R_TYPE
(NONE);
128
return reloc ==
R_TYPE
(RELATIVE);
/bionic/libc/arch-x86/include/machine/
elf_machdep.h
63
#define
R_TYPE
(name) __CONCAT(R_386_,name)
/bionic/libc/arch-arm/include/machine/
elf_machdep.h
113
#define
R_TYPE
(name) __CONCAT(R_ARM_,name)
/bionic/libc/arch-mips/include/machine/
elf_machdep.h
94
#define
R_TYPE
(name) __CONCAT(R_MIPS_,name)
Completed in 527 milliseconds