Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3002 static const char *GuessCstringPointer(uint64_t ReferenceValue, in GuessCstringPointer() argument
3011 ReferenceValue >= Sec.addr && in GuessCstringPointer()
3012 ReferenceValue < Sec.addr + Sec.size) { in GuessCstringPointer()
3013 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer()
3032 ReferenceValue >= Sec.addr && in GuessCstringPointer()
3033 ReferenceValue < Sec.addr + Sec.size) { in GuessCstringPointer()
3034 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer()
3056 static const char *GuessIndirectSymbol(uint64_t ReferenceValue, in GuessIndirectSymbol() argument
3071 ReferenceValue >= Sec.addr && in GuessIndirectSymbol()
3072 ReferenceValue < Sec.addr + Sec.size) { in GuessIndirectSymbol()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDisassemblerTypes.h113 uint64_t ReferenceValue,