Home
last modified time | relevance | path

Searched defs:elf_header (Results 1 – 11 of 11) sorted by relevance

/external/libabigail/src/
Dabg-elf-helpers.cc363 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in find_symbol_table_section() local
826 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_ppc64() local
839 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_arm32() local
853 GElf_Ehdr elf_header; in architecture_is_big_endian() local
1055 GElf_Ehdr elf_header; in get_binary_load_address() local
1098 GElf_Ehdr elf_header; in get_architecture_word_size() local
1117 GElf_Ehdr elf_header; in is_executable() local
1130 GElf_Ehdr elf_header; in is_dso() local
1161 GElf_Ehdr elf_header; in maybe_adjust_et_rel_sym_addr_to_abs_addr() local
Dabg-dwarf-reader.cc543 GElf_Ehdr ehmem, *elf_header; in find_alt_debug_info_link() local
5391 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle(), &eh_mem); in load_elf_architecture() local
5428 GElf_Ehdr *elf_header = gelf_getehdr(elf_handle(), &eh_mem); in maybe_adjust_address_for_exec_or_dyn() local
5482 GElf_Ehdr* elf_header = gelf_getehdr(elf, &eh_mem); in maybe_adjust_fn_sym_address() local
5526 GElf_Ehdr* elf_header = gelf_getehdr(elf, &eh_mem); in maybe_adjust_var_sym_address() local
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc204 bool LoadStabs(const typename ElfClass::Ehdr* elf_header, in LoadStabs()
278 const typename ElfClass::Ehdr* elf_header, in LoadDwarf()
357 bool DwarfCFIRegisterNames(const typename ElfClass::Ehdr* elf_header, in DwarfCFIRegisterNames()
382 const typename ElfClass::Ehdr* elf_header, in LoadDwarfCFI()
433 void** elf_header) { in LoadELF()
465 bool ElfEndianness(const typename ElfClass::Ehdr* elf_header, in ElfEndianness()
654 const typename ElfClass::Ehdr* elf_header, in LoadSymbols()
897 const char* ElfArchitecture(const typename ElfClass::Ehdr* elf_header) { in ElfArchitecture()
947 bool InitModuleForElfClass(const typename ElfClass::Ehdr* elf_header, in InitModuleForElfClass()
985 bool ReadSymbolDataElfClass(const typename ElfClass::Ehdr* elf_header, in ReadSymbolDataElfClass()
[all …]
Delfutils-inl.h39 const T* GetOffset(const typename ElfClass::Ehdr* elf_header, in GetOffset()
Delfutils.cc57 const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base); in FindElfClassSection() local
90 const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base); in FindElfClassSegment() local
/external/rust/crates/gdbstub/examples/armv4t/
Demu.rs34 let elf_header = goblin::elf::Elf::parse(program_elf)?; in new() localVariable
/external/libchrome/base/debug/
Delf_reader_linux.cc76 const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base); in FindElfSegments() local
/external/google-breakpad/src/common/solaris/
Dfile_id.cc79 GElf_Ehdr elf_header; in FindElfTextSection() local
Ddump_symbols.cc212 bool IsValidElf(const GElf_Ehdr *elf_header) { in IsValidElf()
434 bool LoadSymbols(Elf *elf, GElf_Ehdr *elf_header, struct SymbolInfo *symbols, in LoadSymbols()
657 GElf_Ehdr elf_header; in WriteSymbolFile() local
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Demu.rs58 let elf_header = goblin::elf::Elf::parse(program_elf)?; in new() localVariable
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp68 elf::ELFHeader elf_header; in CreateInstance() local