Home
last modified time | relevance | path

Searched refs:debugfile (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_module_info.c39 const char **mainfile, const char **debugfile) in dwfl_module_info()
61 if (debugfile) in dwfl_module_info()
62 *debugfile = mod->debug.name; in dwfl_module_info()
36 dwfl_module_info(Dwfl_Module *mod, void ***userdata, Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *dwbias, Dwarf_Addr *symbias, const char **mainfile, const char **debugfile) dwfl_module_info() argument
H A Drelocate.c751 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() argument
756 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem); in __libdwfl_relocate()
761 if (elf_getshdrstrndx (debugfile, &d_shstrndx) < 0) in __libdwfl_relocate()
771 && (scn = elf_nextscn (debugfile, scn)) != NULL) in __libdwfl_relocate()
783 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info); in __libdwfl_relocate()
787 result = relocate_section (mod, debugfile, ehdr, d_shstrndx, in __libdwfl_relocate()
H A Ddwfl_module_getdwarf.c1319 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile) in load_dw() argument
1321 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw()
1336 result = __libdwfl_relocate (mod, debugfile->elf, true); in load_dw()
1341 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL); in load_dw()
1349 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw()
1357 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0) in load_dw()
1359 close (debugfile->fd); in load_dw()
1360 debugfile->fd = -1; in load_dw()
1368 && debugfile in load_dw()
[all...]
H A Dlibdwfl.h200 const char **debugfile);
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py461 debugfile = open('/procstat/cpu-utilisation.debug', 'a')
475 print(cpu_labels[i], '\t', end=' ', file=debugfile)
476 print(file=debugfile)
478 print(l, '\t', end=' ', file=debugfile)
480 print(stats_stop[l][i], '\t', end=' ', file=debugfile)
481 print(file=debugfile)
494 print("cpu_map: ", cpu_map, file=debugfile)
523 print(file=debugfile)
524 debugfile.close()
/third_party/elfutils/src/
H A Dstack.c143 const char *debugfile; in module_callback() local
145 NULL, &mainfile, &debugfile); in module_callback()
150 debugfile = NULL; in module_callback()
172 printf (" %s\n", debugfile != NULL ? debugfile : "-"); in module_callback()
/third_party/elfutils/include/elfutils/
H A Dlibdwfl.h200 const char **debugfile);

Completed in 9 milliseconds