Searched refs:elf_file (Results 1 – 7 of 7) sorted by relevance
/external/oprofile/opjitconv/ |
D | opjitconv.c | 211 int copy_elffile(char * elf_file, char * tmp_elffile) in copy_elffile() argument 216 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", tmp_elffile, elf_file); in copy_elffile() 223 fd = open(elf_file, 0); in copy_elffile() 259 char * elf_file = NULL; in process_jit_dumpfile() local 329 elf_file = xmalloc(result_dir_length + in process_jit_dumpfile() 331 strncpy(elf_file, anon_dir, result_dir_length); in process_jit_dumpfile() 332 elf_file[result_dir_length] = '\0'; in process_jit_dumpfile() 333 strcat(elf_file, proc_id); in process_jit_dumpfile() 334 strcat(elf_file, ".jo"); in process_jit_dumpfile() 345 jofd = open(elf_file, O_RDONLY); in process_jit_dumpfile() [all …]
|
/external/qemu/elff/ |
D | dwarf_die.cc | 33 ElfFile* DIEObject::elf_file() const { in elf_file() function in DIEObject 34 return parent_cu()->elf_file(); in elf_file() 140 while (elf_file()->get_range(range_off, &low, &high) && in contains_address() 213 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) && in dump() 221 while (elf_file()->get_range<Elf_Word>(off, &low, &high) && in dump()
|
D | dwarf_cu.h | 146 ElfFile* elf_file() const { in elf_file() function 453 stmtl_header_.unit_length = elf_file()->pull_val(stmtl_hdr->unit_length.size); in cache_stmtl() 454 stmtl_header_.version = elf_file()->pull_val(stmtl_hdr->version); in cache_stmtl() 455 stmtl_header_.header_length = elf_file()->pull_val(stmtl_hdr->header_length); in cache_stmtl()
|
D | elff_api.cc | 29 ElfFile* elf_file = ElfFile::Create(elf_file_path); in elff_init() local 30 return reinterpret_cast<ELFF_HANDLE>(elf_file); in elff_init()
|
D | dwarf_die.h | 50 ElfFile* elf_file() const;
|
D | dwarf_cu.cc | 456 INC_CPTR(elf_file()->get_debug_line_data(), stmtl.value()->u32); in init_stmtl() 506 elf_file()->pull_val(reinterpret_cast<const Elf_Xword*>(ex_op_ptr + 1)); in get_pc_address_file_info() 509 elf_file()->pull_val(reinterpret_cast<const Elf_Word*>(ex_op_ptr + 1)); in get_pc_address_file_info() 636 elf_file()->pull_val(reinterpret_cast<const Elf_Half*>(go)); in get_pc_address_file_info()
|
/external/qemu/ |
D | Makefile.common | 717 elf_file.cc \
|