Searched refs:hash32 (Results 1 – 2 of 2) sorted by relevance
36 #define ELF_MACHINE_XHASH_SETUP(hash32, symbias, map) \ argument39 (hash32) += (map)->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val - (symbias); \40 (map)->l_mach.mips_xlat_zero = (hash32) - (symbias); \
65 # define ELF_MACHINE_XHASH_SETUP(hash32, symbias, map) \ argument66 ((void) (hash32), (void) (symbias), (void) (map))
Completed in 7 milliseconds