OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_offset
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
elf_writer_quick.cc
184
uint32_t
hash_offset
= expected_offset = RoundUp(expected_offset, hash_alignment);
local
192
LOG(INFO) << "
hash_offset
=" <<
hash_offset
<< std::hex << " " <<
hash_offset
;
local
449
dynamic_headers[DH_HASH].d_un.d_ptr =
hash_offset
;
508
section_headers[SH_HASH].sh_addr =
hash_offset
;
509
section_headers[SH_HASH].sh_offset =
hash_offset
;
605
DCHECK_LE(dynstr_offset + dynstr_size,
hash_offset
);
606
if (static_cast<off_t>(
hash_offset
) != lseek(elf_file_->Fd(),
hash_offset
, SEEK_SET))
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
388
unsigned long
hash_offset
;
member in struct:_PDB_TYPES
[
all
...]
Completed in 423 milliseconds