Searched refs:elfFile (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp87 ElfFile elfFile; local
88 status_t error = elfFile.Init(filePath);
94 error = elfFile.CreateSymbolLookup(textDelta, symbolLookup);
/haiku/src/apps/debugger/
H A DDebugger.cpp527 ElfFile elfFile; local
528 if (elfFile.Init(path.Path()) != B_OK)
531 switch (elfFile.Type()) {
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp24 static const char *elfFile = "/tmp/testDir/elf"; variable
279 CPPUNIT_ASSERT( get_ref_for_path(elfFile, &ref) == B_OK );
410 CPPUNIT_ASSERT( get_ref_for_path(elfFile, &ref) == B_OK );
624 entry_ref ref = ref_for(elfFile);
H A DResourcesTest.cpp25 static const char *elfFile = "/tmp/testDir/elf"; variable
251 BFile file(elfFile, B_READ_ONLY);
318 BFile file(elfFile, B_READ_ONLY);
384 BFile file(elfFile, B_READ_WRITE);
453 BFile file(elfFile, B_READ_WRITE);
741 BFile file(elfFile, B_READ_ONLY);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp39 AutoSectionPutter(ElfFile* elfFile, ElfSection* elfSection) argument
41 fElfFile(elfFile),

Completed in 86 milliseconds