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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 88 #define ELF_R_TYPE(r) ELF64_R_TYPE(r)
780 switch (ELF_R_TYPE(Rel->r_info)) {
835 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
839 switch (ELF_R_TYPE(Rel->r_info)) {
935 Error (NULL, 0, 3000, "Invalid", "WriteSections64(): %s unsupported ELF EM_AARCH64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
968 switch (ELF_R_TYPE(Rel->r_info)) {
991 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
995 switch (ELF_R_TYPE(Rel->r_info)) {
    [all...]
Elf32Convert.c 87 #define ELF_R_TYPE(r) ELF32_R_TYPE(r)
767 switch (ELF_R_TYPE(Rel->r_info)) {
788 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
899 switch (ELF_R_TYPE(Rel->r_info)) {
915 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-hppa.h 30 #define ELF_R_TYPE(X) ELF64_R_TYPE(X)
38 #define ELF_R_TYPE(X) ELF32_R_TYPE(X)
    [all...]
elfxx-mips.c     [all...]
elfcode.h 133 #define ELF_R_TYPE(X) ELF64_R_TYPE(X)
141 #define ELF_R_TYPE(X) ELF32_R_TYPE(X)
    [all...]
elf64-hppa.c     [all...]

Completed in 259 milliseconds