Searched refs:isSectionFilled (Results 1 – 4 of 4) sorted by relevance
62 bool GHSSecInfo::isSectionFilled(uint32_t addr, uint32_t length) in isSectionFilled() function in GHSSecInfo96 bool GHSSecInfo::isSectionFilled(const Elf32_Shdr & section) in isSectionFilled() function in GHSSecInfo98 return isSectionFilled(section.sh_addr, section.sh_size); in isSectionFilled()
42 bool isSectionFilled(uint32_t addr, uint32_t length);45 bool isSectionFilled(const Elf32_Shdr & section);
452 addNobits = secinfo.isSectionFilled(section); in addSection()
2595 name = "GHSSecInfo.cpp: isSectionFilled";