Lines Matching refs:corpus
857 /// information so the resulting ABI corpus won't have any type
866 /// @return the resulting ABI corpus.
872 corpus::origin origin = corpus()->get_origin();
873 origin |= corpus::ELF_ORIGIN;
875 origin |= corpus::LINUX_KERNEL_BINARY_ORIGIN;
876 corpus()->set_origin(origin);
879 corpus()->set_soname(dt_soname());
880 corpus()->set_needed(dt_needed());
881 corpus()->set_architecture_name(elf_architecture());
891 // Set symbols information to the corpus.
892 corpus()->set_symtab(symtab());
895 if ((origin & abigail::ir::corpus::DWARF_ORIGIN)
898 else if ((origin & abigail::ir::corpus::CTF_ORIGIN)
903 return corpus();