Lines Matching refs:Elf
309 find_section_by_name(Elf* elf_handle, const std::string& name)
344 find_section(Elf* elf_handle, const std::string& name, Elf64_Word section_type)
377 find_section(Elf* elf_handle, Elf64_Word section_type)
396 find_symtab_section(Elf* elf_handle)
407 find_dynsym_section(Elf* elf_handle)
425 find_symbol_table_section(Elf* elf_handle)
457 find_symbol_table_section_index(Elf* elf_handle, size_t& symtab_index)
478 find_hash_table_section_index(Elf* elf_handle,
519 find_text_section(Elf* elf_handle)
528 find_bss_section(Elf* elf_handle)
537 find_rodata_section(Elf* elf_handle)
546 find_data_section(Elf* elf_handle)
555 find_data1_section(Elf* elf_handle)
566 find_opd_section(Elf* elf_handle)
585 get_symbol_versionning_sections(Elf* elf_handle,
624 find_ksymtab_section(Elf* elf_handle)
634 find_ksymtab_gpl_section(Elf* elf_handle)
645 find_ksymtab_strings_section(Elf *elf_handle)
660 find_relocation_section(Elf* elf_handle, Elf_Scn* target_section)
693 find_strtab_for_symtab_section(Elf* elf_handle, Elf_Scn* symtab_section)
722 get_version_definition_for_versym(Elf* elf_handle,
783 get_version_needed_for_versym(Elf* elf_handle,
856 get_version_for_symbol(Elf* elf_handle,
920 get_crc_for_symbol(Elf* elf_handle, GElf_Sym* crc_symbol, uint32_t& crc_value)
963 architecture_is_ppc64(Elf* elf_handle)
976 architecture_is_ppc32(Elf* elf_handle)
989 architecture_is_arm32(Elf* elf_handle)
1002 architecture_is_arm64(Elf* elf_handle)
1021 architecture_is_big_endian(Elf* elf_handle)
1140 lookup_ppc64_elf_fn_entry_point_address(Elf* elf_handle, GElf_Addr fn_desc_address)
1189 is_linux_kernel_module(Elf *elf_handle)
1205 is_linux_kernel(Elf *elf_handle)
1223 get_binary_load_address(Elf* elf_handle, GElf_Addr& load_address)
1265 get_architecture_word_size(Elf* elf_handle)
1285 is_executable(Elf* elf_handle)
1298 is_dso(Elf* elf_handle)
1323 maybe_adjust_et_rel_sym_addr_to_abs_addr(Elf* elf_handle, GElf_Sym* sym)
1375 address_is_in_opd_section(Elf* elf_handle, Dwarf_Addr addr)
1395 lookup_data_tag_from_dynamic_segment(Elf* elf,
1505 Elf* elf = elf_begin (fd, ELF_C_READ_MMAP, NULL);