HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_end (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 194 dynamic_end = dynamic_off + dynamic_shdr.sh_size
195 dt_null_off = dynamic_end - ent_size
202 for ent_off in range(dynamic_off, dynamic_end, ent_size):
207 for ent_off in range(len(res), dynamic_end, ent_size):
209 res += buf[dynamic_end:]
  /external/libchrome/base/debug/
elf_reader_linux.cc 112 const Dyn* dynamic_end = reinterpret_cast<const Dyn*>( local
117 for (const Dyn* dynamic_iter = dynamic_start; dynamic_iter < dynamic_end;
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 779 dynamic_end = dynamic_off + dynamic_shdr.sh_size
781 dynamic_off, dynamic_end, dynamic_shdr.sh_entsize):
    [all...]

Completed in 201 milliseconds