OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rvas
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/courgette/
encoded_program.cc
159
CheckBool EncodedProgram::DefineLabelCommon(RvaVector*
rvas
,
163
if (static_cast<int>(
rvas
->size()) <= index)
164
ok =
rvas
->resize(index + 1, kUnassignedRVA);
167
DCHECK_EQ((*
rvas
)[index], kUnassignedRVA)
169
(*
rvas
)[index] = rva;
180
void EncodedProgram::FinishLabelsCommon(RvaVector*
rvas
) {
186
size_t size =
rvas
->size();
188
if ((*
rvas
)[i] == kUnassignedRVA)
189
(*
rvas
)[i] = previous;
191
previous = (*
rvas
)[i]
[
all
...]
disassembler_elf_32.cc
206
CheckBool DisassemblerElf32::RVAsToOffsets(std::vector<RVA>*
rvas
,
210
for (std::vector<RVA>::iterator rva =
rvas
->begin();
211
rva !=
rvas
->end();
225
CheckBool DisassemblerElf32::RVAsToOffsets(ScopedVector<TypedRVA>*
rvas
) {
226
for (ScopedVector<TypedRVA>::iterator rva =
rvas
->begin();
227
rva !=
rvas
->end();
disassembler_elf_32.h
164
CheckBool RVAsToOffsets(std::vector<RVA>*
rvas
/*in*/,
167
CheckBool RVAsToOffsets(ScopedVector<TypedRVA>*
rvas
/*in and out*/);
/external/chromium/base/win/
pe_image.cc
411
// check if VC7-style imports, using
RVAs
instead of
413
bool
rvas
= (delay_descriptor->grAttrs & dlattrRva) != 0;
local
415
if (
rvas
) {
469
bool
rvas
= (delay_descriptor->grAttrs & dlattrRva) != 0;
local
471
if (
rvas
) {
/external/chromium_org/base/win/
pe_image.cc
412
// check if VC7-style imports, using
RVAs
instead of
414
bool
rvas
= (delay_descriptor->grAttrs & dlattrRva) != 0;
local
416
if (
rvas
) {
470
bool
rvas
= (delay_descriptor->grAttrs & dlattrRva) != 0;
local
472
if (
rvas
) {
Completed in 915 milliseconds