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

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2862 // SHF_ALLOC must have VMA inside segment
2884 // Is section within the phdr both based on offset and VMA ?
2897 std::string Type, Offset, VMA, LMA, FileSz, MemSz, Flag, Align; local
2917 VMA = to_string(format_hex(Phdr.p_vaddr, Width));
2925 Fields[2].Str = VMA;

Completed in 106 milliseconds