Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp362 const uint8_t *SecStartAddress = in printVersionDefinitionSection() local
364 const uint8_t *SecEndAddress = SecStartAddress + Sec->sh_size; in printVersionDefinitionSection()
365 const uint8_t *P = SecStartAddress; in printVersionDefinitionSection()
376 W.printHex("Offset", (uintptr_t)P - (uintptr_t)SecStartAddress); in printVersionDefinitionSection()