HomeSort by relevance Sort by last modified time
    Searched full:add_lib (Results 1 - 8 of 8) sorted by null

  /development/vndk/tools/definition-tool/tests/
utils.py 27 def add_lib(self, partition, klass, name, dt_needed=[], member in class:GraphBuilder
43 lib = self.graph.add_lib(partition, path, elf)
50 return self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed,
56 return self.add_lib(partition, ELF.ELFCLASS64, name, dt_needed,
64 self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed,
66 self.add_lib(partition, ELF.ELFCLASS64, name, dt_needed,
test_elf_linker.py 167 gb.add_lib(PT_SYSTEM, ELF.ELFCLASS64, 'libfoo', dt_needed=[],
  /toolchain/binutils/binutils-2.27/ld/
testplug.c 51 ADD_LIB,
333 return record_add_file (opt + 4, ADD_LIB);
605 if (addfile->type == ADD_LIB && tv_add_input_library)
testplug3.c 53 ADD_LIB,
336 return record_add_file (opt + 4, ADD_LIB);
604 if (addfile->type == ADD_LIB && tv_add_input_library)
testplug2.c 53 ADD_LIB,
357 return record_add_file (opt + 4, ADD_LIB);
646 if (addfile->type == ADD_LIB && tv_add_input_library)
testplug4.c 53 ADD_LIB,
357 return record_add_file (opt + 4, ADD_LIB);
652 if (addfile->type == ADD_LIB && tv_add_input_library)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 1802 def add_lib(self, partition, path, elf): member in class:ELFLinker
    [all...]
  /external/jemalloc/bin/
jeprof.in 183 --add_lib=<file> Read additional symbols and line info from the given library
387 "add_lib=s" => \$main::opt_lib,
    [all...]

Completed in 263 milliseconds