Home
last modified time | relevance | path

Searched refs:isSectionFilled (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DGHSSecInfo.cpp62 bool GHSSecInfo::isSectionFilled(uint32_t addr, uint32_t length) in isSectionFilled() function in GHSSecInfo
96 bool GHSSecInfo::isSectionFilled(const Elf32_Shdr & section) in isSectionFilled() function in GHSSecInfo
98 return isSectionFilled(section.sh_addr, section.sh_size); in isSectionFilled()
H A DGHSSecInfo.h42 bool isSectionFilled(uint32_t addr, uint32_t length);
45 bool isSectionFilled(const Elf32_Shdr & section);
H A DELFSourceFile.cpp452 addNobits = secinfo.isSectionFilled(section); in addSection()
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dcreed.pbxuser2595 name = "GHSSecInfo.cpp: isSectionFilled";