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

  /external/elfutils/libdwfl/
dwfl_module_info.c 71 *symbias = mod->symfile == NULL ? (Dwarf_Addr) -1 : mod->symfile->bias;
dwfl_module_getsym.c 93 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf,
103 sym->st_value += mod->symfile->bias;
dwfl_module_addrsym.c 74 GElf_Addr mod_addr = addr - mod->symfile->bias;
77 while ((scn = elf_nextscn (mod->symfile->elf, scn)) != NULL)
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),
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,
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

Completed in 70 milliseconds