Home
last modified time | relevance | path

Searched refs:str_idx (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc70 unsigned str_idx = shdr[sym_idx].sh_link;
73 const char *str = buf + shdr[str_idx].sh_offset;
H A Delfload.c3639 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 Dwdt87xx_i2c.c245 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()