HomeSort by relevance Sort by last modified time
    Searched refs:Ebl (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /external/elfutils/libebl/
eblstother.c 37 ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other)
40 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
ebl-hooks.h 39 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int);
68 bool EBLHOOK(check_special_section) (Ebl *, int,
105 bool EBLHOOK(check_object_attribute) (Ebl *, const char *, int, uint64_t,
109 bool EBLHOOK(check_reloc_target_type) (Ebl *, Elf64_Word);
143 ssize_t EBLHOOK(register_info) (Ebl *ebl,
149 int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc,
159 int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info)
    [all...]
ebl_check_special_symbol.c 38 ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr, const GElf_Sym *sym,
41 if (ebl == NULL)
44 return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr);
ebl_syscall_abi.c 37 ebl_syscall_abi (Ebl *ebl, int *sp, int *pc, int *callno, int *args)
39 return ebl != NULL ? ebl->syscall_abi (ebl, sp, pc, callno, args) : -1;
eblcheckobjattr.c 38 ebl_check_object_attribute (Ebl *ebl, const char *vendor, int tag,
42 if (ebl->check_object_attribute (ebl, vendor, tag, value,
eblclosebackend.c 40 ebl_closebackend (Ebl *ebl)
42 if (ebl != NULL)
45 ebl->destr (ebl);
48 if (ebl->dlhandle != NULL)
49 (void) dlclose (ebl->dlhandle);
52 free (ebl);
eblreginfo.c 38 ebl_register_info (Ebl *ebl, int regno, char *name, size_t namelen,
42 return ebl == NULL ? -1 : ebl->register_info (ebl, regno, name, namelen,
eblreloctypename.c 39 ebl_reloc_type_name (Ebl *ebl, int reloc, char *buf, size_t len)
43 res = ebl != NULL ? ebl->reloc_type_name (reloc, buf, len) : NULL;
eblresolvesym.c 37 ebl_resolve_sym_value (Ebl *ebl, GElf_Addr *addr)
39 if (ebl == NULL || ebl->resolve_sym_value == NULL)
42 return ebl->resolve_sym_value (ebl, addr);
eblunwind.c 36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
40 /* ebl is declared NN */
41 if (ebl->unwind == NULL)
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
CmdTemplate.c 2 %CommandName% for EBL (Embedded Boot Loader)
19 #include "Ebl.h"
35 Ebl%CommandName%Cmd (
50 Ebl%CommandName%Cmd
  /external/elfutils/backends/
tilegx_init.c 43 Ebl *eh,
47 if (ehlen < sizeof (Ebl))
aarch64_init.c 44 Ebl *eh,
48 if (ehlen < sizeof (Ebl))
sh_init.c 45 Ebl *eh,
49 if (ehlen < sizeof (Ebl))
i386_syscall.c 37 i386_syscall_abi (Ebl *ebl __attribute__ ((unused)),
ppc_syscall.c 37 ppc_syscall_abi (Ebl *ebl __attribute__ ((unused)),
s390_symbol.c 41 s390_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
tilegx_symbol.c 42 tilegx_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
x86_64_symbol.c 43 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
x86_64_syscall.c 37 x86_64_syscall_abi (Ebl *ebl __attribute__ ((unused)),
alpha_init.c 45 Ebl *eh,
49 if (ehlen < sizeof (Ebl))
arm_init.c 45 Ebl *eh,
49 if (ehlen < sizeof (Ebl))
i386_init.c 44 Ebl *eh,
48 if (ehlen < sizeof (Ebl))
ia64_init.c 44 Ebl *eh,
48 if (ehlen < sizeof (Ebl))
ppc_init.c 45 Ebl *eh,
49 if (ehlen < sizeof (Ebl))

Completed in 801 milliseconds

12 3 4 5 6