Searched refs:sectionStrings (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp53 char* sectionStrings = buffer + bufferSize - sectionHeader->sh_size; local
54 length = _kern_read(fd, sectionHeader->sh_offset, sectionStrings,
67 const char* sectionName = sectionStrings + sectionHeader->sh_name;
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp458 const char* sectionStrings = (const char*)sectionStringSection->Data(); local
465 const char* name = sectionStrings + Get(sectionHeader->sh_name);

Completed in 38 milliseconds