/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 88 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp) in check_section() 176 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr) in global_read() 188 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read() 231 GElf_Ehdr *ehdr; local
|
/external/elfutils/libelf/ |
D | gelf_update_ehdr.c | 79 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr() local 118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr() local
|
D | elf_begin.c | 104 } ehdr; in get_shnum() local 304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset); in file_read_elf() local 392 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf() local 532 Elf64_Ehdr ehdr; in read_unmmaped_file() member
|
D | gelf_getehdr.c | 90 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; local
|
D | elf_getdata.c | 239 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local 316 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 81 find_dyn_got (Elf *elf, GElf_Ehdr *ehdr, GElf_Addr *addr) in find_dyn_got() 117 ppc_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym, in ppc_check_special_symbol() 154 ppc_bss_plt_p (Elf *elf, GElf_Ehdr *ehdr) in ppc_bss_plt_p()
|
D | ppc64_symbol.c | 91 ppc64_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, in ppc64_check_special_symbol() 106 GElf_Ehdr *ehdr __attribute__ ((unused))) in ppc64_bss_plt_p()
|
/external/elfutils/tests/ |
D | newfile.c | 34 print_ehdr (Elf32_Ehdr *ehdr) in print_ehdr() 93 Elf32_Ehdr *ehdr = elf32_getehdr (elf); in main() local
|
D | update1.c | 45 Elf32_Ehdr *ehdr; in main() local
|
D | update2.c | 45 Elf32_Ehdr *ehdr; in main() local
|
D | scnnames.c | 40 GElf_Ehdr ehdr; in main() local
|
D | update3.c | 47 Elf32_Ehdr *ehdr; in main() local
|
D | ecp.c | 62 GElf_Ehdr *ehdr; in main() local
|
D | showptable.c | 40 GElf_Ehdr ehdr; in main() local
|
D | asm-tst1.c | 79 GElf_Ehdr *ehdr; in main() local
|
D | asm-tst2.c | 79 GElf_Ehdr *ehdr; in main() local
|
D | saridx.c | 202 GElf_Ehdr ehdr; in main() local
|
D | update4.c | 48 Elf32_Ehdr *ehdr; in main() local
|
/external/elfutils/libebl/ |
D | eblbsspltp.c | 59 ebl_bss_plt_p (ebl, ehdr) in ebl_bss_plt_p() argument
|
D | ebl_check_special_symbol.c | 59 ebl_check_special_symbol (ebl, ehdr, sym, name, destshdr) in ebl_check_special_symbol() argument
|
D | eblsectionstripp.c | 59 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in ebl_section_strip_p()
|
/external/valgrind/main/coregrind/ |
D | launcher-linux.c | 168 const Elf32_Ehdr *ehdr = (Elf32_Ehdr *)header; in select_platform() local 204 const Elf64_Ehdr *ehdr = (Elf64_Ehdr *)header; in select_platform() local
|
/external/elfutils/src/ |
D | elflint.c | 353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header() 563 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab() 986 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn() 1148 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr() 1269 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc() 1390 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela() 1440 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel() 1494 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic() 1830 check_symtab_shndx (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab_shndx() 2135 check_hash (int tag, Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_hash() [all …]
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 81 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (file->elf, &ehdr_mem); in open_elf() local 191 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in find_debuglink() local 285 find_offsets (Elf *elf, const GElf_Ehdr *ehdr, size_t n, in find_offsets() 311 GElf_Ehdr *ehdr = gelf_getehdr (mod->main.elf, &ehdr_mem); in find_dynsym() local
|
/external/elfutils/libasm/ |
D | asm_begin.c | 69 GElf_Ehdr *ehdr; in prepare_binary_output() local
|