Home
last modified time | relevance | path

Searched defs:R_TYPE (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/arch/mips64/
H A Dreloc.h32 #undef R_TYPE macro
35 #define R_TYPE(x) (be64toh(x)&0x7fffffff) macro
/third_party/elfutils/backends/
H A Dcommon-reloc.c32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name) macro
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h24 #define R_TYPE(x) ((x)&255) macro
36 #define R_TYPE(x) ((x)&0x7fffffff) macro
/third_party/musl/src/internal/
H A Ddynlink.h32 #define R_TYPE(x) ((x)&255) macro
46 #define R_TYPE(x) ((x)&0x7fffffff) macro

Completed in 3 milliseconds