Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-elf-helpers.cc38 return elf_symbol::NOTYPE_TYPE; in stt_to_elf_symbol_type()
Dabg-writer.cc1579 case elf_symbol::NOTYPE_TYPE: in write_elf_symbol_type()
Dabg-ir.cc1731 type_(elf_symbol::NOTYPE_TYPE), in priv()
2721 case elf_symbol::NOTYPE_TYPE: in operator <<()
2846 t = elf_symbol::NOTYPE_TYPE; in string_to_elf_symbol_type()
Dabg-reader.cc3092 elf_symbol::type type = elf_symbol::NOTYPE_TYPE; in build_elf_symbol()
/third_party/libabigail/include/
Dabg-ir.h889 NOTYPE_TYPE = 0, enumerator