Searched defs:sec (Results 1 – 6 of 6) sorted by relevance
118 bool IsRelaSection(ElfSecName sec) const in IsRelaSection()148 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize()153 uintptr_t GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
231 uintptr_t GetSectionAddr(ElfSecName sec) const in GetSectionAddr()236 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize()
40 bool Relocator::Relocate(Elf64_Rela *sec, uintptr_t symbolAddr, uintptr_t patchAddr) in Relocate()
353 auto sec = ElfSection(s.first); in AddModuleDes() local398 auto sec = ElfSection(s.first); in AddModuleDes() local
423 static int NormMilliSecond(DateUnit sec) in NormMilliSecond()
134 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()