Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h241 #define ELF32_R_INFO(s,t) (((s) << 8) + (unsigned char)(t)) macro
/components/lwp/
A Dlwp_elf.h575 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro

Completed in 22 milliseconds