/external/elfutils/libdwfl/ |
dwfl_module_info.c | 71 *symbias = mod->symfile == NULL ? (Dwarf_Addr) -1 : mod->symfile->bias;
|
dwfl_module_getdwarf.c | 228 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, 243 *symfile = file; 255 *symfile = file; 480 mod->symfile = &mod->main; 505 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn, 524 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn, 557 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL) 566 mod->symstrdata = elf_getdata (elf_getscn (mod->symfile->elf, strshndx),
|
dwfl_module_getsym.c | 93 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf, 103 sym->st_value += mod->symfile->bias;
|
relocate.c | 119 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */ 127 if (mod->symfile == NULL || mod->symfile->elf != relocated) 164 if (unlikely (mod->symfile == NULL) 172 cache->symelf = mod->symfile->elf; 214 assert (referer->symfile == NULL 215 || referer->symfile->elf != symtab->symelf); 272 return __libdwfl_relocate_value (m, m->symfile->elf,
|
dwfl_module_addrsym.c | 74 GElf_Addr mod_addr = addr - mod->symfile->bias; 77 while ((scn = elf_nextscn (mod->symfile->elf, scn)) != NULL)
|
ChangeLog | 223 * relocate.c (relocate_getsym): Handle null MOD->symfile. 259 * dwfl_module_getsym.c (dwfl_module_getsym): Apply MOD->symfile->bias 295 really at 0, don't check for it. Use MOD->debug directly, not symfile. 306 Always work on the main file, not the symfile. [all...] |
libdwflP.h | 163 struct dwfl_file *symfile; /* Either main or debug. */ member in struct:Dwfl_Module
|
/ndk/build/tools/ |
dev-system-import.sh | 367 local symfile="$symdir/`basename $1.txt`" 369 dump "Generating symbol file: $symfile" 370 mkdir -p "$symdir" && > $symfile 371 (echo "$funcs" | tr ' ' '\n') >> $symfile 372 (echo "$vars" | tr ' ' '\n') >> $symfile
|
/external/jpeg/ |
ltmain.sh | 490 compile_command="$compile_command @SYMFILE@" 491 finalize_command="$finalize_command @SYMFILE@" 870 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 871 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` 1069 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 1070 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | 490 compile_command="$compile_command @SYMFILE@" 491 finalize_command="$finalize_command @SYMFILE@" 870 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 871 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` 1069 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 1070 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | 799 def _LoadSymbolsFrom(self, symfile, baseaddr): 800 print "Loading symbols from %s" % (symfile) 802 with open(symfile) as f: 816 symfile = os.path.join(self.symdir, 818 if os.path.isfile(symfile): 819 self._LoadSymbolsFrom(symfile, module.base_of_image) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 24 .I symfile\c
|
arm-eabi-gdbtui.1 | 24 .I symfile\c
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 24 .I symfile\c
|
arm-linux-androideabi-gdbtui.1 | 24 .I symfile\c
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 24 .I symfile\c
|
arm-eabi-gdbtui.1 | 24 .I symfile\c
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 24 .I symfile\c
|
arm-linux-androideabi-gdbtui.1 | 24 .I symfile\c
|
/external/chromium_org/sdch/open-vcdiff/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/libxml/src/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/sqlite/src/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
ltmain.sh | [all...] |
/external/libmtp/ |
ltmain.sh | [all...] |
/external/libogg/ |
ltmain.sh | [all...] |