HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_end (Results 1 - 2 of 2) 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:]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 409 dynamic_end = dynamic_off + dynamic_shdr.sh_size
410 for ent_off in range(dynamic_off, dynamic_end, dynamic_shdr.sh_entsize):
    [all...]

Completed in 446 milliseconds