Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h110 # define ELF_R_INFO ELF32_R_INFO
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h527 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro