Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c727 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__normal() local
736 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__normal()
747 disym.isText = is_text; in read_elf_symtab__normal()
757 is_text ? 't' : 'd', in read_elf_symtab__normal()
790 Bool is_text; member
858 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__ppc64_linux() local
869 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__ppc64_linux()
941 elem->is_text = is_text; in read_elf_symtab__ppc64_linux()
978 disym.isText = elem->is_text; in read_elf_symtab__ppc64_linux()