Searched defs:elf_header (Results  1 – 11 of 11) sorted by relevance
| /external/libabigail/src/ | 
| D | abg-elf-helpers.cc | 431       GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem);  in find_symbol_table_section()  local965   GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem);  in architecture_is_ppc64()  local
 978   GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem);  in architecture_is_ppc32()  local
 991   GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem);  in architecture_is_arm32()  local
 1005   GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem);  in architecture_is_arm64()  local
 1022   GElf_Ehdr  elf_header;  in architecture_is_big_endian()  local
 1224   GElf_Ehdr elf_header;  in get_binary_load_address()  local
 1267   GElf_Ehdr	elf_header;  in get_architecture_word_size()  local
 1286   GElf_Ehdr  elf_header;  in is_executable()  local
 1299   GElf_Ehdr  elf_header;  in is_dso()  local
 [all …]
 
 | 
| D | abg-dwarf-reader.cc | 561   GElf_Ehdr ehmem, *elf_header;  in find_alt_debug_info_link()  local5385     GElf_Ehdr* elf_header = gelf_getehdr(elf_handle(), &eh_mem);  in load_elf_architecture()  local
 5422     GElf_Ehdr *elf_header = gelf_getehdr(elf_handle(), &eh_mem);  in maybe_adjust_address_for_exec_or_dyn()  local
 5476     GElf_Ehdr* elf_header = gelf_getehdr(elf, &eh_mem);  in maybe_adjust_fn_sym_address()  local
 5520     GElf_Ehdr* elf_header = gelf_getehdr(elf, &eh_mem);  in maybe_adjust_var_sym_address()  local
 
 | 
| /external/google-breakpad/src/common/linux/ | 
| D | dump_symbols.cc | 204 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 …]
 
 | 
| D | elfutils-inl.h | 39 const T* GetOffset(const typename ElfClass::Ehdr* elf_header,  in GetOffset()
 | 
| D | elfutils.cc | 57   const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base);  in FindElfClassSection()  local90   const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base);  in FindElfClassSegment()  local
 
 | 
| /external/cronet/base/debug/ | 
| D | elf_reader.cc | 64   const Ehdr* elf_header = GetElfHeader(elf_mapped_base);  in ReadElfBuildId()  local128   const Ehdr* elf_header = GetElfHeader(elf_mapped_base);  in ReadElfLibraryName()  local
 172   const Ehdr* elf_header = GetElfHeader(elf_mapped_base);  in GetElfProgramHeaders()  local
 
 | 
| /external/libchrome/base/debug/ | 
| D | elf_reader_linux.cc | 76   const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base);  in FindElfSegments()  local
 | 
| /external/google-breakpad/src/common/solaris/ | 
| D | file_id.cc | 79   GElf_Ehdr elf_header;  in FindElfTextSection()  local
 | 
| D | dump_symbols.cc | 212 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/ | 
| D | emu.rs | 47         let elf_header = goblin::elf::Elf::parse(program_elf)?;  in new()  localVariable
 | 
| /external/rust/crates/gdbstub/examples/armv4t_multicore/ | 
| D | emu.rs | 66         let elf_header = goblin::elf::Elf::parse(program_elf)?;  in new()  localVariable
 |