OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rva
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Object/
COFFObjectFile.cpp
434
uint64_t
Rva
= Addr - ImageBase;
435
assert(
Rva
<= UINT32_MAX);
436
return getRvaPtr((uint32_t)
Rva
, Res);
439
// Returns the file offset for the given
RVA
.
454
// Returns hint and name fields, assuming \p
Rva
is pointing to a Hint/Name
456
std::error_code COFFObjectFile::getHintName(uint32_t
Rva
, uint16_t &Hint,
459
if (std::error_code EC = getRvaPtr(
Rva
, IntPtr))
469
// First, we get the
RVA
of the import table. If the file lacks a pointer to
483
// Find the section that contains the
RVA
. This is needed because the
RVA
i
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
67
PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG
Rva
);
68
PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG
Rva
,PIMAGE_SECTION_HEADER *LastRvaSection);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
67
PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG
Rva
);
68
PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG
Rva
,PIMAGE_SECTION_HEADER *LastRvaSection);
[
all
...]
Completed in 52 milliseconds