Searched refs:FindSection (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/elf/
H A DElfFile.h138 ElfSection* FindSection(const char* name) const;
139 ElfSection* FindSection(uint32 type) const;
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp259 ElfSection* section = FindSection(name);
276 ElfFile::FindSection(const char* name) const function in class:ElfFile
290 ElfFile::FindSection(uint32 type) const function in class:ElfFile
543 ElfSection* symbolSection = FindSection(type);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp388 ElfSection* section = fFile->GetElfFile()->FindSection(".text");
394 section = fFile->GetElfFile()->FindSection(".plt");

Completed in 22 milliseconds