/external/elfutils/libelf/ |
D | gelf_getehdr.c | 42 GElf_Ehdr * 44 __gelf_getehdr_rdlock (Elf *elf, GElf_Ehdr *dest) in __gelf_getehdr_rdlock() 46 GElf_Ehdr *result = NULL; in __gelf_getehdr_rdlock() 96 GElf_Ehdr * 97 gelf_getehdr (Elf *elf, GElf_Ehdr *dest) in gelf_getehdr() 99 GElf_Ehdr *result; in gelf_getehdr()
|
D | gelf.h | 62 typedef Elf64_Ehdr GElf_Ehdr; typedef 163 extern GElf_Ehdr *gelf_getehdr (Elf *__elf, GElf_Ehdr *__dest); 166 extern int gelf_update_ehdr (Elf *__elf, GElf_Ehdr *__src);
|
D | elf_getdata.c | 116 __libelf_data_type (GElf_Ehdr *ehdr, int sh_type, GElf_Xword align) in __libelf_data_type() 270 GElf_Ehdr ehdr_mem; in __libelf_set_rawdata_wrlock() 271 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() 367 GElf_Ehdr ehdr_mem; in __libelf_set_rawdata_wrlock() 368 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock()
|
/external/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 44 allocate_cfi (Elf *elf, const GElf_Ehdr *ehdr, GElf_Addr vaddr) in allocate_cfi() 76 const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr, in parse_eh_frame_hdr() 128 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() 196 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_phdr() 217 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, in getcfi_scn_eh_frame() 273 getcfi_shdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_shdr() 324 GElf_Ehdr ehdr_mem; in dwarf_getcfi_elf() 325 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwarf_getcfi_elf()
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 362 GElf_Ehdr eh_mem; in find_symbol_table_section() 363 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in find_symbol_table_section() 825 GElf_Ehdr eh_mem; in architecture_is_ppc64() 826 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_ppc64() 838 GElf_Ehdr eh_mem; in architecture_is_arm32() 839 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_arm32() 853 GElf_Ehdr elf_header; in architecture_is_big_endian() 1055 GElf_Ehdr elf_header; in get_binary_load_address() 1098 GElf_Ehdr elf_header; in get_architecture_word_size() 1117 GElf_Ehdr elf_header; in is_executable() [all …]
|
/external/elfutils/tests/ |
D | elfcopy.c | 44 GElf_Ehdr ehdr_mem; in setshstrndx() 45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx() 113 GElf_Ehdr ehdr_mema; in copy_elf() 114 GElf_Ehdr *ehdra = gelf_getehdr (elfa, &ehdr_mema); in copy_elf() 130 GElf_Ehdr ehdr_memb; in copy_elf() 131 GElf_Ehdr *ehdrb = &ehdr_memb; in copy_elf()
|
D | asm-tst1.c | 34 static const GElf_Ehdr expected_ehdr = 71 GElf_Ehdr ehdr_mem; in main() 72 GElf_Ehdr *ehdr; in main() 148 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
|
D | asm-tst2.c | 34 static const GElf_Ehdr expected_ehdr = 71 GElf_Ehdr ehdr_mem; in main() 72 GElf_Ehdr *ehdr; in main() 164 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
|
D | asm-tst9.c | 42 static const GElf_Ehdr expected_ehdr = 91 GElf_Ehdr ehdr_mem; in main() 92 GElf_Ehdr *ehdr; in main() 198 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
|
D | ecp.c | 57 GElf_Ehdr ehdr_mem; in main() 58 GElf_Ehdr *ehdr; in main()
|
D | fillfile.c | 99 GElf_Ehdr ehdr_mem; in create_strtab() 100 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in create_strtab() 226 GElf_Ehdr ehdr_mem; in check_elf() 227 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
|
D | vendorelf.c | 61 GElf_Ehdr ehdr_mem; in check_elf() 62 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
|
D | sectiondump.c | 80 GElf_Ehdr *ehdr; in handle_section() 81 GElf_Ehdr ehdr_mem; in handle_section()
|
D | asm-tst3.c | 63 GElf_Ehdr ehdr_mem; in main() 64 GElf_Ehdr *ehdr; in main()
|
D | emptyfile.c | 92 GElf_Ehdr ehdr_mem; in check_elf() 93 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
|
D | dwflsyms.c | 89 GElf_Ehdr ehdr; in elf_section_name() 138 GElf_Ehdr ehdr; in list_syms()
|
D | addsections.c | 44 GElf_Ehdr ehdr_mem; in setshstrndx() 45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_debuglink.c | 87 GElf_Ehdr ehdr_mem; in dwelf_elf_gnu_debuglink() 88 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwelf_elf_gnu_debuglink()
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 122 GElf_Ehdr ehdr_mem; in read_symtab() 123 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem); in read_symtab()
|
D | asm_begin.c | 72 GElf_Ehdr *ehdr; in prepare_binary_output() 73 GElf_Ehdr ehdr_mem; in prepare_binary_output()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 79 GElf_Ehdr elf_header; in FindElfTextSection() 84 if (gelf_getehdr(elf, &elf_header) == (GElf_Ehdr *)NULL) { in FindElfTextSection()
|
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() 661 if (gelf_getehdr(elf, &elf_header) == (GElf_Ehdr *)NULL) { in WriteSymbolFile()
|
/external/elfutils/backends/ |
D | common-reloc.c | 114 GElf_Ehdr ehdr_mem; in EBLHOOK() 115 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in EBLHOOK()
|
D | ppc64_resolve_sym.c | 49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); in ppc64_resolve_sym_value()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 325 const GElf_Ehdr * const ehdr, in relocate() 500 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section() 753 GElf_Ehdr ehdr_mem; in __libdwfl_relocate() 754 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem); in __libdwfl_relocate() 799 GElf_Ehdr ehdr_mem; in __libdwfl_relocate_section() 812 GElf_Ehdr *ehdr = gelf_getehdr (relocated, &ehdr_mem); in __libdwfl_relocate_section()
|