/external/elfutils/0.153/libdw/ |
D | dwarf_getcfi_elf.c | 65 allocate_cfi (Elf *elf, GElf_Addr vaddr) in allocate_cfi() 147 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() 209 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_phdr() 230 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, in getcfi_scn_eh_frame() 275 getcfi_shdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_shdr() 313 dwarf_getcfi_elf (elf) in dwarf_getcfi_elf() argument
|
D | dwarf_begin_elf.c | 251 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr) in global_read() 263 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read() 303 dwarf_begin_elf (elf, cmd, scngrp) in dwarf_begin_elf() argument
|
/external/elfutils/0.153/src/ |
D | xelf.h | 52 # define xelf_getehdr(elf, name) name = elf32_getehdr (elf) argument 53 # define xelf_getehdr_copy(elf, name, copy) \ argument 55 # define xelf_newehdr(elf, klass) elf32_newehdr (elf) argument 56 # define xelf_update_ehdr(elf, ehdr) \ argument 59 # define xelf_getclass(elf) ELFCLASS32 argument 62 # define xelf_newphdr(elf, n) elf32_newphdr (elf, n) argument 63 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 64 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 65 # define xelf_update_phdr(elf, idx, phdr) \ argument 137 # define xelf_fsize(elf, type, cnt) \ argument [all …]
|
D | size.c | 306 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in process_file() local 347 print_header (Elf *elf) in print_header() 370 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) in handle_ar() 415 show_sysv (Elf *elf, const char *prefix, const char *fname, in show_sysv() 493 show_sysv_one_line (Elf *elf) in show_sysv_one_line() 549 show_bsd (Elf *elf, const char *prefix, const char *fname, in show_bsd() 620 show_segments (Elf *elf, const char *fullname) in show_segments() 667 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf()
|
D | ranlib.c | 146 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() 206 Elf *elf; in handle_file() local
|
/external/elfutils/0.153/libelf/ |
D | elf_readall.c | 65 set_address (Elf *elf, size_t offset) in set_address() 90 __libelf_readall (elf) in __libelf_readall() argument
|
D | elf_getphdrnum.c | 62 __elf_getphdrnum_rdlock (elf, dst) in __elf_getphdrnum_rdlock() argument 96 elf_getphdrnum (elf, dst) in elf_getphdrnum() argument
|
D | elf_getshdrnum.c | 63 __elf_getshdrnum_rdlock (elf, dst) in __elf_getshdrnum_rdlock() argument 95 elf_getshdrnum (elf, dst) in elf_getshdrnum() argument
|
D | gelf_getehdr.c | 64 __gelf_getehdr_rdlock (elf, dest) in __gelf_getehdr_rdlock() argument 119 gelf_getehdr (elf, dest) in gelf_getehdr() argument
|
D | elf_update.c | 64 write_file (Elf *elf, off_t size, int change_bo, size_t shnum) in write_file() 152 elf_update (elf, cmd) in elf_update() argument
|
D | common.h | 119 libelf_acquire_all (Elf *elf) in libelf_acquire_all() 139 libelf_release_all (Elf *elf) in libelf_release_all()
|
D | gelf_getclass.c | 62 gelf_getclass (elf) in gelf_getclass() argument
|
D | gelf_checksum.c | 62 gelf_checksum (elf) in gelf_checksum() argument
|
D | elf_kind.c | 62 elf_kind (elf) in elf_kind() argument
|
D | elf_getbase.c | 62 elf_getbase (elf) in elf_getbase() argument
|
D | elf_getident.c | 61 elf_getident (elf, ptr) in elf_getident() argument
|
D | elf_getaroff.c | 63 elf_getaroff (elf) in elf_getaroff() argument
|
D | elf_rand.c | 62 elf_rand (elf, offset) in elf_rand() argument
|
D | gelf_newphdr.c | 62 gelf_newphdr (elf, phnum) in gelf_newphdr() argument
|
D | gelf_newehdr.c | 62 gelf_newehdr (elf, class) in gelf_newehdr() argument
|
D | gelf_offscn.c | 62 gelf_offscn (elf, offset) in gelf_offscn() argument
|
/external/elfutils/0.153/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() 105 ppc64_bss_plt_p (Elf *elf __attribute__ ((unused)), in ppc64_bss_plt_p()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-elf.c | 12 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() 119 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index() 138 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() 196 Elf *elf; in dso__synthesize_plt_symbols() local 316 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 398 Elf *elf; in filename__read_build_id() local 471 Elf *elf; in filename__read_debuglink() local 566 Elf *elf; in symsrc__init() local 692 Elf *elf; in dso__load_sym() local 970 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() [all …]
|
/external/elfutils/0.153/libdwfl/ |
D | open.c | 70 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() 147 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL); in __libdw_open_file() local
|