Searched refs:start_loc (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/ |
| H A D | sorttable.c | 360 static int fill_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in fill_relocs() argument 389 if (offset >= start_loc && offset < start_loc + size) { in fill_relocs() 417 static void replace_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in replace_relocs() argument 444 if (offset >= start_loc && offset < start_loc + size) { in replace_relocs() 488 unsigned char *start_loc = (void *)emloc->ehdr + offset; in sort_mcount_loc() local 504 count = fill_addrs(vals, size, start_loc); in sort_mcount_loc() 508 count = fill_addrs(vals, size, start_loc); in sort_mcount_loc() 544 replace_addrs(vals, size, start_loc); in sort_mcount_loc()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | event.c | 40 u32 start_loc; in wlcore_event_fw_logger() local 80 start_loc = buff_read_ptr - addr_ptr; in wlcore_event_fw_logger() 85 wl12xx_copy_fwlog(wl, &buffer[start_loc], len); in wlcore_event_fw_logger() 86 clear_ptr = addr_ptr + start_loc + len; in wlcore_event_fw_logger()
|