HomeSort by relevance Sort by last modified time
    Searched refs:reloc_type_check (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libebl/
eblreloctypecheck.c 27 return ebl != NULL ? ebl->reloc_type_check (reloc) : false;
alpha_init.c 36 eh->reloc_type_check = alpha_reloc_type_check;
arm_init.c 36 eh->reloc_type_check = arm_reloc_type_check;
i386_init.c 36 eh->reloc_type_check = i386_reloc_type_check;
ia64_init.c 36 eh->reloc_type_check = ia64_reloc_type_check;
ppc64_init.c 36 eh->reloc_type_check = ppc64_reloc_type_check;
ppc_init.c 36 eh->reloc_type_check = ppc_reloc_type_check;
sparc_init.c 40 eh->reloc_type_check = sparc_reloc_type_check;
x86_64_init.c 36 eh->reloc_type_check = x86_64_reloc_type_check;
libebl.h 44 bool (*reloc_type_check) (int); member in struct:ebl
eblopenbackend.c 181 result->reloc_type_check = default_reloc_type_check;

Completed in 314 milliseconds