• Home
  • Raw
  • Download

Lines Matching refs:res

59     std::string res {buf};  in GetNextLine()  local
60 if (res.back() == '\n') { in GetNextLine()
61 res = res.substr(0, res.length() - 1); in GetNextLine()
63 return res; in GetNextLine()
506 int64_t res {-1}; in GetNum() local
510 return res; in GetNum()
515 res = std::stoll(numStr); in GetNum()
517 return res; in GetNum()
522 int64_t res {-1}; in GetValue() local
526 return res; in GetValue()
531 res = std::stoll(valStr, nullptr, base); in GetValue()
533 return res; in GetValue()
538 int64_t res {-1}; in GetSize() local
542 return res; in GetSize()
546 res = std::stoll(sizeStr); in GetSize()
548 return res; in GetSize()
553 std::string res {}; in GetName() local
557 res = strVec.back(); in GetName()
559 return res; in GetName()
642 int64_t res {-1}; in GetSecIndex() local
646 return res; in GetSecIndex()
652 return res; in GetSecIndex()
663 res = std::stoll(str); in GetSecIndex()
667 return res; in GetSecIndex()
680 std::string res {}; in GetName() local
683 return res; in GetName()
687 res = str; in GetName()
689 return res; in GetName()
694 int64_t res {-1}; in GetAddress() local
698 return res; in GetAddress()
708 return res; in GetAddress()
713 res = std::stoll(str, nullptr, base); in GetAddress()
715 return res; in GetAddress()
720 int64_t res {-1}; in GetFileOffset() local
724 return res; in GetFileOffset()
734 return res; in GetFileOffset()
739 res = std::stoll(str, nullptr, base); in GetFileOffset()
741 return res; in GetFileOffset()
746 int64_t res {-1}; in GetSecSize() local
750 return res; in GetSecSize()
760 return res; in GetSecSize()
765 res = std::stoll(str, nullptr, base); in GetSecSize()
767 return res; in GetSecSize()
772 int64_t res {-1}; in GetEntrySize() local
776 return res; in GetEntrySize()
786 return res; in GetEntrySize()
791 res = std::stoll(str, nullptr, base); in GetEntrySize()
793 return res; in GetEntrySize()
798 int64_t res {-1}; in GetLink() local
802 return res; in GetLink()
809 return res; in GetLink()
813 res = std::stoll(str); in GetLink()
815 return res; in GetLink()
820 int64_t res {-1}; in GetInfo() local
824 return res; in GetInfo()
831 return res; in GetInfo()
835 res = std::stoll(str); in GetInfo()
837 return res; in GetInfo()
842 int64_t res {-1}; in GetAlign() local
846 return res; in GetAlign()
853 return res; in GetAlign()
857 res = std::stoll(str); in GetAlign()
859 return res; in GetAlign()
919 int64_t res {-1}; in GetOffset() local
924 return res; in GetOffset()
929 res = std::stoll(str, nullptr, base); in GetOffset()
933 return res; in GetOffset()
938 int64_t res {-1}; in GetVaddr() local
942 return res; in GetVaddr()
947 res = std::stoll(str, nullptr, base); in GetVaddr()
949 return res; in GetVaddr()
954 int64_t res {-1}; in GetPaddr() local
958 return res; in GetPaddr()
963 res = std::stoll(str, nullptr, base); in GetPaddr()
965 return res; in GetPaddr()
970 int64_t res {-1}; in GetFileSize() local
974 return res; in GetFileSize()
980 res = std::stoll(str, nullptr, base); in GetFileSize()
982 return res; in GetFileSize()
987 int64_t res {-1}; in GetMemSize() local
991 return res; in GetMemSize()
996 res = std::stoll(str, nullptr, base); in GetMemSize()
998 return res; in GetMemSize()
1003 int64_t res {-1}; in GetAlign() local
1007 return res; in GetAlign()
1012 res = std::stoll(str, nullptr, base); in GetAlign()
1014 return res; in GetAlign()