Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c815 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__normal() local
827 &from_opd, &is_text, &is_ifunc, &is_global)) { in read_elf_symtab__normal()
837 disym.isText = is_text; in read_elf_symtab__normal()
849 is_text ? 't' : 'd', in read_elf_symtab__normal()
886 Bool is_text; member
952 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__ppc64be_linux() local
966 &from_opd, &is_text, &is_ifunc, &is_global)) { in read_elf_symtab__ppc64be_linux()
1037 elem->is_text = is_text; in read_elf_symtab__ppc64be_linux()
1076 disym.isText = elem->is_text; in read_elf_symtab__ppc64be_linux()