find_undefined_symbol_global
elf_sym* symbol = find_undefined_symbol_global(gProgramImage,
(*image)->find_undefined_symbol = find_undefined_symbol_global;
image->find_undefined_symbol = find_undefined_symbol_global;
gProgramImage->find_undefined_symbol = find_undefined_symbol_global;
image->find_undefined_symbol = find_undefined_symbol_global;
elf_sym* find_undefined_symbol_global(image_t* rootImage, image_t* image,