Home
last modified time | relevance | path

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

/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.c3615 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local
3633 str_idx = shdr[i].sh_link; in load_symbols()
3644 segsz = shdr[str_idx].sh_size; in load_symbols()
3649 if (!imgsrc_read(strings, shdr[str_idx].sh_offset, segsz, src, NULL)) { in load_symbols()