Searched refs:symfile (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_info.c | 55 *symbias = (mod->symfile == NULL ? (Dwarf_Addr) -1 in dwfl_module_info() 56 : dwfl_adjusted_st_value (mod, mod->symfile->elf, 0)); in dwfl_module_info()
|
H A D | relocate.c | 113 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */ 121 if (mod->symfile == NULL || mod->symfile->elf != relocated) in relocate_getsym() 167 if (unlikely (mod->symfile == NULL) in relocate_getsym() 175 cache->symelf = mod->symfile->elf; in relocate_getsym() 220 assert (referer->symfile == NULL in resolve_symbol() 221 || referer->symfile->elf != symtab->symelf); in resolve_symbol() 303 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf, in resolve_symbol() 311 return __libdwfl_relocate_value (m, m->symfile->elf, in resolve_symbol()
|
H A D | dwfl_module_getdwarf.c | 603 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, in load_symtab() argument 620 *symfile = file; in load_symtab() 635 *symfile = file; in load_symtab() 699 Will set mod->symfile if the translated offsets can be used as 816 mod->symfile = &mod->main; in translate_offs() 894 if (mod->symfile == NULL) in find_dynsym() 1067 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn, in find_symtab() 1087 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn, in find_symtab() 1131 if (elf_strptr (mod->symfile->elf, strshndx, 0) == NULL) in find_symtab() 1147 Elf_Scn *symstrscn = elf_getscn (mod->symfile in find_symtab() [all...] |
H A D | dwfl_module_getsym.c | 67 elf = mod->symfile->elf; in __libdwfl_getsym() 85 elf = mod->symfile->elf; in __libdwfl_getsym()
|
H A D | libdwflP.h | 181 struct dwfl_file *symfile; /* Either main or debug. */ member
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 1076 def _LoadSymbolsFrom(self, symfile, baseaddr): 1077 print("Loading symbols from %s" % (symfile)) 1079 with open(symfile) as f: 1093 symfile = os.path.join(self.symdir, 1095 if os.path.isfile(symfile): 1096 self._LoadSymbolsFrom(symfile, module.base_of_image)
|
Completed in 10 milliseconds