Home
last modified time | relevance | path

Searched refs:getEntryPointAddress (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.h67 virtual uint32_t getEntryPointAddress();
H A DSourceFile.h102 virtual uint32_t getEntryPointAddress() { return 0; } in getEntryPointAddress() function
H A DSRecordSourceFile.cpp82 uint32_t SRecordSourceFile::getEntryPointAddress() in getEntryPointAddress() function in SRecordSourceFile
H A DSourceFile.cpp150 return new ConstantDataTarget(getEntryPointAddress()); in createDataTargetForEntryPoint()
H A DELFSourceFile.h92 virtual uint32_t getEntryPointAddress();
H A DELFSourceFile.cpp247 uint32_t ELFSourceFile::getEntryPointAddress() in getEntryPointAddress() function in ELFSourceFile
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp336 value = sourceFile->getEntryPointAddress(); in reduce()