* @brief Elf's dynamic string table address in memory. */
| 380 | * @brief Elf's dynamic string table address in memory. |
| 381 | */ |
| 382 | inline uintptr_t stringTable() const |
| 383 | { |
| 384 | return _stringTable; |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * @brief Elf's dynamic symbol table address in memory. |