/aosp_15_r20/external/elfutils/libebl/ |
H A D | libeblP.h | 38 struct ebl struct 51 /* See ebl-hooks.h for the declarations of the hook functions. */ argument 59 /* Number of registers to allocate for ebl_set_initial_registers_tid. argument 71 If not initialized (0) then ebl_func_addr_mask will return ~0, argument 76 ebl_resolve_sym_value if available for this arch. */ argument 85 typedef Ebl *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *); argument
|
H A D | eblinitreg.c | 37 ebl_set_initial_registers_tid (Ebl *ebl, pid_t tid, in ebl_set_initial_registers_tid() 48 ebl_frame_nregs (Ebl *ebl) in ebl_frame_nregs() 55 ebl_func_addr_mask (Ebl *ebl) in ebl_func_addr_mask()
|
H A D | eblopenbackend.c | 475 default_check_special_section (Ebl *ebl __attribute__ ((unused)), in default_check_special_section() 677 default_register_info (Ebl *ebl __attribute__ ((unused)), in default_register_info() 694 default_check_object_attribute (Ebl *ebl __attribute__ ((unused)), in default_check_object_attribute() 706 default_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), in default_check_reloc_target_type() 713 default_abi_cfi (Ebl *ebl __attribute__ ((unused)), in default_abi_cfi()
|
H A D | eblabicfi.c | 37 ebl_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info) in ebl_abi_cfi() 43 ebl_ra_offset (Ebl *ebl) in ebl_ra_offset()
|
H A D | eblelfdata.c | 38 ebl_get_elfdata (Ebl *ebl) in ebl_get_elfdata()
|
H A D | eblelfmachine.c | 38 ebl_get_elfmachine (Ebl *ebl) in ebl_get_elfmachine()
|
H A D | eblbsspltp.c | 38 ebl_bss_plt_p (Ebl *ebl) in ebl_bss_plt_p()
|
H A D | eblclosebackend.c | 39 ebl_closebackend (Ebl *ebl) in ebl_closebackend()
|
H A D | eblbackendname.c | 39 ebl_backend_name (Ebl *ebl) in ebl_backend_name()
|
H A D | eblelfclass.c | 38 ebl_get_elfclass (Ebl *ebl) in ebl_get_elfclass()
|
H A D | eblsysvhashentrysize.c | 38 ebl_sysvhash_entrysize (Ebl *ebl) in ebl_sysvhash_entrysize()
|
/aosp_15_r20/external/elfutils/src/ |
H A D | elflint.c | 300 section_name (Ebl *ebl, int idx) in section_name() 341 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header() 554 check_scn_group (Ebl *ebl, int idx) in check_scn_group() 604 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab() 1077 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn() 1251 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr() 1383 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc() 1504 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela() 1555 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel() 1605 check_relr (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_relr() [all …]
|
H A D | readelf.c | 992 Ebl *ebl = ebl_openbackend (elf); in process_elf_file() local 1128 print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_ehdr() 1279 print_shdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_shdr() 1415 print_phdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_phdr() 1628 section_name (Ebl *ebl, GElf_Shdr *shdr) in section_name() 1638 handle_scngrp (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr) in handle_scngrp() 1696 print_scngrp (Ebl *ebl) in print_scngrp() 1855 handle_dynamic (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, GElf_Phdr *phdr) in handle_dynamic() 2036 print_dynamic (Ebl *ebl) in print_dynamic() 2059 print_relocs (Ebl *ebl, Dwfl_Module *mod, GElf_Ehdr *ehdr) in print_relocs() [all …]
|
H A D | objdump.c | 344 show_relocs_x (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata, in show_relocs_x() 400 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, in show_relocs_rel() 421 show_relocs_rela (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, in show_relocs_rela() 472 show_relocs (Ebl *ebl, const char *fname, uint32_t shstrndx) in show_relocs() 549 show_full_content (Ebl *ebl, const char *fname, uint32_t shstrndx) in show_full_content() 682 show_disasm (Ebl *ebl, const char *fname, uint32_t shstrndx) in show_disasm() 755 Ebl *ebl = ebl_openbackend (elf); in handle_elf() local
|
H A D | elfcmp.c | 739 Ebl *ebl = ebl_openbackend (elf); in open_file() local 751 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx) in search_for_copy_reloc()
|
H A D | nm.c | 725 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname, in show_symbols_sysv() 1226 show_symbols (int fd, Ebl *ebl, GElf_Ehdr *ehdr, in show_symbols() 1541 Ebl *ebl; in handle_elf() local
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | frame_unwind.c | 50 Ebl *ebl = state->thread->process->ebl; in __libdwfl_frame_reg_get() local 67 Ebl *ebl = state->thread->process->ebl; in __libdwfl_frame_reg_set() local 505 Ebl *ebl = process->ebl; in new_unwound() local 547 Ebl *ebl = process->ebl; in handle_cfi() local 746 Ebl *ebl = process->ebl; in __libdwfl_frame_unwind() local
|
H A D | dwfl_frame.c | 50 Ebl *ebl = state->thread->process->ebl; in state_fetch_pc() local 89 Ebl *ebl = thread->process->ebl; in state_alloc() local 156 Ebl *ebl; in dwfl_attach_state() local 398 Ebl *ebl = thread->process->ebl; in INTDEF() local
|
H A D | linux-core-attach.c | 44 Ebl *ebl; member 317 Ebl *ebl = ebl_openbackend (core); in dwfl_core_file_attach() local
|
/aosp_15_r20/external/elfutils/backends/ |
H A D | x86_64_symbol.c | 43 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in x86_64_reloc_simple_type() 77 x86_64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), in x86_64_check_reloc_target_type()
|
H A D | arm_symbol.c | 114 arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in arm_reloc_simple_type() 132 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in arm_check_reloc_target_type()
|
H A D | ia64_symbol.c | 118 ia64_reloc_simple_type (Ebl *ebl, int type, in ia64_reloc_simple_type() 155 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in ia64_check_reloc_target_type()
|
H A D | sparc_symbol.c | 42 sparc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in sparc_reloc_simple_type() 75 sparc_check_special_section (Ebl *ebl, in sparc_check_special_section()
|
H A D | alpha_symbol.c | 64 alpha_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in alpha_reloc_simple_type() 87 alpha_check_special_section (Ebl *ebl, in alpha_check_special_section()
|
/aosp_15_r20/external/elfutils/libasm/ |
H A D | asm_begin.c | 68 prepare_binary_output (AsmCtx_t *result, Ebl *ebl) in prepare_binary_output() 128 asm_begin (const char *fname, Ebl *ebl, bool textp) in asm_begin()
|