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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_symbols.cpp 86 const ELF::Sym* nearest_sym = NULL; local
96 nearest_sym = sym;
108 nearest_sym = sym;
113 if (!nearest_sym)
116 *sym_name = string_table_ + nearest_sym->st_name;
117 *sym_addr = reinterpret_cast<void*>(nearest_sym->st_value + load_bias);
118 *sym_size = nearest_sym->st_size;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_symbols.cpp 86 const ELF::Sym* nearest_sym = NULL; local
96 nearest_sym = sym;
108 nearest_sym = sym;
113 if (!nearest_sym)
116 *sym_name = string_table_ + nearest_sym->st_name;
117 *sym_addr = reinterpret_cast<void*>(nearest_sym->st_value + load_bias);
118 *sym_size = nearest_sym->st_size;

Completed in 731 milliseconds