Searched refs:is_text (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 614 Bool from_opd, is_text, is_ifunc; in read_elf_symtab__normal() local 646 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__normal() 653 disym.isText = is_text; in read_elf_symtab__normal() 662 is_text ? 't' : 'd', in read_elf_symtab__normal() 691 Bool is_text; member 718 Bool from_opd, modify_size, modify_tocptr, is_text, is_ifunc; in read_elf_symtab__ppc64_linux() local 760 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__ppc64_linux() 831 elem->is_text = is_text; in read_elf_symtab__ppc64_linux() 861 disym.isText = elem->is_text; in read_elf_symtab__ppc64_linux()
|