Searched refs:elf_getdata_rawchunk (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 716 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, in translate_offs() 737 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, offs[i_gnu_hash], in translate_offs() 749 // elf_getdata_rawchunk takes a size_t, make sure it in translate_offs() 756 data = elf_getdata_rawchunk (mod->main.elf, buckets_at, in translate_offs() 772 data = elf_getdata_rawchunk (mod->main.elf, in translate_offs() 796 mod->symdata = elf_getdata_rawchunk (mod->main.elf, in translate_offs() 805 mod->symstrdata = elf_getdata_rawchunk (mod->main.elf, in translate_offs() 844 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, in find_dynsym()
|
H A D | linux-core-attach.c | 80 data = elf_getdata_rawchunk (core, phdr->p_offset + addr - start, in core_memory_read() 359 note_data = elf_getdata_rawchunk (core, phdr->p_offset, in dwfl_core_file_attach()
|
H A D | core-file.c | 117 Elf_Data *data = elf_getdata_rawchunk (parent, offset, size, ELF_T_BYTE); in elf_begin_rand() 516 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report()
|
H A D | link_map.c | 628 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, phdr->p_offset, in consider_executable()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi_elf.c | 130 Elf_Data *data = elf_getdata_rawchunk (elf, phdr->p_offset, phdr->p_filesz, in getcfi_gnu_eh_frame() 171 data = elf_getdata_rawchunk (elf, eh_frame_offset, eh_frame_size, ELF_T_BYTE); in getcfi_gnu_eh_frame()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_build_id.c | 88 result = check_notes (elf_getdata_rawchunk (elf, in find_elf_build_id()
|
/third_party/elfutils/libelf/ |
H A D | elf_getdata_rawchunk.c | 43 elf_getdata_rawchunk (Elf *elf, int64_t offset, size_t size, Elf_Type type) in elf_getdata_rawchunk() function
|
H A D | libelf.h | 429 extern Elf_Data *elf_getdata_rawchunk (Elf *__elf,
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 364 Elf_Data *data = elf_getdata_rawchunk (elf, dyn_seg.p_offset, in run_classify()
|
H A D | readelf.c | 1832 data = elf_getdata_rawchunk(ebl->elf, phdr->p_offset, in handle_dynamic() 4906 Elf_Data *data = elf_getdata_rawchunk( in get_dynscn_addrs() 4963 strtab_data = elf_getdata_rawchunk( in get_dynscn_strtab() 12429 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_AUXV); in handle_auxv_note() 12540 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_BYTE); in handle_siginfo_note() 12597 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_BYTE); in handle_file_note() 12819 elf_getdata_rawchunk (ebl->elf, in handle_notes()
|
H A D | elflint.c | 4097 databits = elf_getdata_rawchunk (ebl->elf, in check_sections() 4439 Elf_Data *data = elf_getdata_rawchunk (ebl->elf, in check_note()
|
Completed in 28 milliseconds