Dtrace assumes only ELF sections of type SHT_PROGBITS or SHT_NOBITS occupy memory space. However, sections with SHF_ALLOC flag also consume memory space. Moreover, the symbol address initialization skips symbols at the very beginning of a section.
Fix: Check section flag for calculating section offset, and disable the skipping at the beginning of a section.
PR: 288000