Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp432 Shdr* stringSectionHeader = (Shdr*)(sectionHeaderTable in _LoadFile() local
434 if (!_CheckRange(Get(stringSectionHeader->sh_offset), in _LoadFile()
435 Get(stringSectionHeader->sh_size))) { in _LoadFile()
439 size_t sectionStringSize = Get(stringSectionHeader->sh_size); in _LoadFile()
442 ".shstrtab", Get(stringSectionHeader->sh_type),fFD, in _LoadFile()
443 Get(stringSectionHeader->sh_offset), sectionStringSize, in _LoadFile()
444 Get(stringSectionHeader->sh_addr), in _LoadFile()
445 Get(stringSectionHeader->sh_flags), in _LoadFile()
446 Get(stringSectionHeader->sh_link)); in _LoadFile()