Searched refs:str_idx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 70 unsigned str_idx = shdr[sym_idx].sh_link; 73 const char *str = buf + shdr[str_idx].sh_offset;
|
H A D | elfload.c | 3639 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local 3657 str_idx = shdr[i].sh_link; in load_symbols() 3668 segsz = shdr[str_idx].sh_size; in load_symbols() 3673 if (!imgsrc_read(strings, shdr[str_idx].sh_offset, segsz, src, NULL)) { in load_symbols()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | wdt87xx_i2c.c | 245 static int wdt87xx_get_string(struct i2c_client *client, u8 str_idx, in wdt87xx_get_string() argument 248 u8 tx_buf[] = { 0x22, 0x00, 0x13, 0x0E, str_idx, 0x23, 0x00 }; in wdt87xx_get_string()
|