Searched defs:howto (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Delf2efi.c469 reloc_howto_type *howto = rel->howto; local
478 } else if ( strcmp ( howto->name, "R_X86_64_64" ) == 0 ) {
481 } else if ( ( strcmp ( howto->name, "R_386_32" ) == 0 ) ||
482 ( strcmp ( howto->name, "R_X86_64_32" ) == 0 ) ) {
485 } else if ( strcmp ( howto->name, "R_386_16" ) == 0 ) {
488 } else if ( ( strcmp ( howto->name, "R_386_PC32" ) == 0 ) ||
489 ( strcmp ( howto->name, "R_X86_64_PC32" ) == 0 ) ) {
494 eprintf ( "Unrecognised relocation type %s\n", howto->name );

Completed in 255 milliseconds