/external/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 74 const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr, in parse_eh_frame_hdr() 126 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() 194 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_phdr() 215 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, in getcfi_scn_eh_frame() 271 getcfi_shdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_shdr() 323 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwarf_getcfi_elf() local
|
/external/elfutils/libelf/ |
D | gelf_update_ehdr.c | 58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr() local 97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr() local
|
D | elf_begin.c | 83 } ehdr; in get_shnum() local 332 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset); in file_read_elf() local 434 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf() local 583 Elf64_Ehdr ehdr; in read_unmmaped_file() member
|
D | gelf_getehdr.c | 68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock() local
|
D | elf_getdata.c | 123 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_data_type() local 273 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local
|
/external/u-boot/cmd/ |
D | elf.c | 37 Elf64_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf64_image_phdr() local 72 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_phdr() local 103 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_shdr() local 172 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in valid_elf_image() local
|
/external/elfutils/tests/ |
D | newfile.c | 26 print_ehdr (Elf32_Ehdr *ehdr) in print_ehdr() 85 Elf32_Ehdr *ehdr = elf32_getehdr (elf); in main() local
|
D | update1.c | 38 Elf32_Ehdr *ehdr; in main() local
|
D | update2.c | 38 Elf32_Ehdr *ehdr; in main() local
|
D | scnnames.c | 32 GElf_Ehdr ehdr; in main() local
|
D | dwflsyms.c | 89 GElf_Ehdr ehdr; in elf_section_name() local 138 GElf_Ehdr ehdr; in list_syms() local
|
D | vendorelf.c | 61 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local
|
D | fillfile.c | 99 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in create_strtab() local 226 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local
|
D | showptable.c | 32 GElf_Ehdr ehdr; in main() local
|
D | ecp.c | 58 GElf_Ehdr *ehdr; in main() local
|
D | update3.c | 40 Elf32_Ehdr *ehdr; in main() local
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 39 Elf64_Ehdr *ehdr = edi->ei.image; in find_gp() local 100 Elf64_Ehdr *ehdr; in ia64_find_unwind_table() local
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 99 explicit SectionLocator(const Elf32_Ehdr* ehdr) { in SectionLocator() 122 void LocateSymbols(const Elf32_Ehdr* ehdr, in LocateSymbols() 169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols) in StaticSymbolVisitor() 240 const Elf32_Ehdr* ehdr = reinterpret_cast<const Elf32_Ehdr*>(base_addr); in main() local
|
/external/elfutils/src/ |
D | elflint.c | 340 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header() 603 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab() 1072 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn() 1246 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr() 1368 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc() 1489 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela() 1540 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel() 1595 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic() 1926 check_symtab_shndx (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab_shndx() 2300 check_hash (int tag, Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_hash() [all …]
|
/external/elfutils/backends/ |
D | ppc64_resolve_sym.c | 49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); in ppc64_resolve_sym_value() local
|
D | ppc64_init.c | 82 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem); in ppc64_init() local
|
/external/v4l2_codec2/vda/ |
D | vp8_parser.cc | 739 bool Vp8Parser::ParseTokenProbs(Vp8EntropyHeader* ehdr, in ParseTokenProbs() 763 bool Vp8Parser::ParseIntraProbs(Vp8EntropyHeader* ehdr, in ParseIntraProbs() 807 bool Vp8Parser::ParseMVProbs(Vp8EntropyHeader* ehdr, bool update_curr_probs) { in ParseMVProbs()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_debuglink.c | 88 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwelf_elf_gnu_debuglink() local
|
/external/elfutils/libasm/ |
D | asm_begin.c | 72 GElf_Ehdr *ehdr; in prepare_binary_output() local
|
/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() 754 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem); in __libdwfl_relocate() local 812 GElf_Ehdr *ehdr = gelf_getehdr (relocated, &ehdr_mem); in __libdwfl_relocate_section() local
|