Home
last modified time | relevance | path

Searched refs:ELF32_R_TYPE (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h34 #define ELF32_R_TYPE(info) ((unsigned char)(info)) macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h133 #define ELF32_R_TYPE(x) ((x) & 0xff) macro