Home
last modified time | relevance | path

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

/haiku/src/kits/debug/
H A DImage.cpp209 status_t error = _LoadFile(info.name, &textAddress, &textSize, &dataAddress, in Init()
229 status_t error = _LoadFile(path, &textAddress, &textSize, &dataAddress, in Init()
257 ImageFile::_LoadFile(const char* path, addr_t* _textAddress, size_t* _textSize, in _LoadFile() function in ImageFile
H A DImage.h95 status_t _LoadFile(const char* path,
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp244 return _LoadFile<ElfClass64>(fileName); in Init()
248 return _LoadFile<ElfClass32>(fileName); in Init()
387 ElfFile::_LoadFile(const char* fileName) in _LoadFile() function in ElfFile
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h58 status_t _LoadFile(entry_ref* ref,
H A DStyledEditWindow.cpp944 if (_LoadFile(ref) != B_OK) { in OpenFile()
1507 StyledEditWindow::_LoadFile(entry_ref* ref, const char* forceEncoding) in _LoadFile() function in StyledEditWindow
1649 status = _LoadFile(&ref, forceEncoding); in _ReloadDocument()
/haiku/headers/private/debugger/elf/
H A DElfFile.h172 status_t _LoadFile(const char* fileName);
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp333 error = _LoadFile(); in Prepare()
731 status_t _LoadFile() in _LoadFile() function