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

  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 30 def add_lib(self, partition, klass, name, dt_needed=[], member in class:GraphBuilder
46 node = self.graph.add_lib(partition, path, elf)
55 self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed,
57 self.add_lib(partition, ELF.ELFCLASS64, name, dt_needed,
205 gb.add_lib(PT_SYSTEM, ELF.ELFCLASS64, 'libfoo', dt_needed=[],
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 51 ADD_LIB,
331 return record_add_file (opt + 4, ADD_LIB);
599 if (addfile->type == ADD_LIB && tv_add_input_library)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 1003 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 135 milliseconds