OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oatdata_address
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
elf_writer.cc
34
Elf32_Addr
oatdata_address
= elf_file->FindSymbolAddress(SHT_DYNSYM,
local
37
CHECK_NE(0U,
oatdata_address
);
38
return
oatdata_address
;
elf_writer_mclinker.cc
353
uint32_t
oatdata_address
= GetOatDataAddress(elf_file.get());
local
374
uint32_t offset = FixupCompiledCodeOffset(*elf_file.get(),
oatdata_address
, *compiled_method);
389
Elf32_Addr
oatdata_address
,
401
CHECK_LT(
oatdata_address
, compiled_code_address) << symbol;
402
uint32_t compiled_code_offset = compiled_code_address -
oatdata_address
;
407
uint32_t oatdata_offset =
oatdata_address
+ offsets[i];
elf_writer_mclinker.h
72
uint32_t
oatdata_address
,
elf_fixup.cc
37
Elf32_Addr
oatdata_address
= ElfWriter::GetOatDataAddress(elf_file.get());
local
38
Elf32_Off base_address = oat_data_begin -
oatdata_address
;
Completed in 1484 milliseconds