Searched refs:emloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dsorttable.h214 struct elf_mcount_loc *emloc = (struct elf_mcount_loc *)arg; local
215 uint_t offset = emloc->start_mcount_loc - _r(&(emloc->init_data_sec)->sh_addr)
216 + _r(&(emloc->init_data_sec)->sh_offset);
217 uint_t count = emloc->stop_mcount_loc - emloc->start_mcount_loc;
218 unsigned char *start_loc = (void *)emloc->ehdr + offset;

Completed in 134 milliseconds