/external/elfutils/libebl/ |
D | libeblP.h | 39 struct ebl struct 55 /* See ebl-hooks.h for the declarations of the hook functions. */ argument 63 /* Number of registers to allocate for ebl_set_initial_registers_tid. argument 75 If not initialized (0) then ebl_func_addr_mask will return ~0, argument 80 ebl_resolve_sym_value if available for this arch. */ argument 90 typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t); argument
|
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()
|
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()
|
D | eblelfmachine.c | 38 ebl_get_elfmachine (Ebl *ebl) in ebl_get_elfmachine()
|
D | eblbsspltp.c | 38 ebl_bss_plt_p (Ebl *ebl) in ebl_bss_plt_p()
|
D | eblsysvhashentrysize.c | 38 ebl_sysvhash_entrysize (Ebl *ebl) in ebl_sysvhash_entrysize()
|
D | eblelfdata.c | 38 ebl_get_elfdata (Ebl *ebl) in ebl_get_elfdata()
|
D | eblbackendname.c | 39 ebl_backend_name (Ebl *ebl) in ebl_backend_name()
|
D | eblclosebackend.c | 40 ebl_closebackend (Ebl *ebl) in ebl_closebackend()
|
D | eblelfclass.c | 38 ebl_get_elfclass (Ebl *ebl) in ebl_get_elfclass()
|
D | eblmachineflagcheck.c | 38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags) in ebl_machine_flag_check()
|
D | eblnormalizepc.c | 36 ebl_normalize_pc (Ebl *ebl, Dwarf_Addr *pc) in ebl_normalize_pc()
|
D | eblreloctypecheck.c | 38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
|
D | eblrelocsimpletype.c | 37 ebl_reloc_simple_type (Ebl *ebl, int reloc) in ebl_reloc_simple_type()
|
D | ebldebugscnp.c | 39 ebl_debugscn_p (Ebl *ebl, const char *name) in ebl_debugscn_p()
|
D | eblgotpcreloccheck.c | 39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check()
|
D | eblnonerelocp.c | 38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p()
|
D | eblmachinesectionflagcheck.c | 37 ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags) in ebl_machine_section_flag_check()
|
D | ebldwarftoregno.c | 36 ebl_dwarf_to_regno (Ebl *ebl, unsigned *regno) in ebl_dwarf_to_regno()
|
D | eblrelocvaliduse.c | 38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use()
|
/external/elfutils/libasm/ |
D | asm_begin.c | 70 prepare_binary_output (AsmCtx_t *result, Ebl *ebl) in prepare_binary_output() 130 asm_begin (const char *fname, Ebl *ebl, bool textp) in asm_begin()
|
/external/elfutils/backends/ |
D | arm_symbol.c | 111 arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) in arm_reloc_simple_type() 128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in arm_check_reloc_target_type()
|
D | ia64_symbol.c | 118 ia64_reloc_simple_type (Ebl *ebl, int type) in ia64_reloc_simple_type() 154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in ia64_check_reloc_target_type()
|
D | sparc_symbol.c | 42 sparc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) in sparc_reloc_simple_type() 74 sparc_check_special_section (Ebl *ebl, in sparc_check_special_section()
|
/external/elfutils/src/ |
D | elflint.c | 314 section_name (Ebl *ebl, int idx) in section_name() 354 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header() 536 check_scn_group (Ebl *ebl, int idx) in check_scn_group() 586 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab() 1055 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn() 1229 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr() 1351 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc() 1472 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela() 1523 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel() 1578 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic() [all …]
|