Home
last modified time | relevance | path

Searched refs:MODINFO_TYPE (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_module.c106 if ((hdr[0] == MODINFO_TYPE) && in preload_search_by_type()
330 case MODINFO_TYPE: in preload_modinfo_type()
449 case MODINFO_TYPE: in preload_modinfo_value()
H A Dlink_elf.c868 type = (char *)preload_search_info(modptr, MODINFO_TYPE); in link_elf_link_preload()
H A Dlink_elf_obj.c342 type = (char *)preload_search_info(modptr, MODINFO_TYPE); in link_elf_link_preload()
H A Dkern_linker.c1521 modtype = (char *)preload_search_info(modptr, MODINFO_TYPE); in linker_preload()
/f-stack/freebsd/x86/x86/
H A Ducode.c254 type = (char *)preload_search_info(file, MODINFO_TYPE); in ucode_release()
350 type = (char *)preload_search_info(file, MODINFO_TYPE); in ucode_load_bsp()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep_boot.c97 PRELOAD_PUSH_VALUE(uint32_t, MODINFO_TYPE); in fake_preload_metadata()
/f-stack/tools/compat/include/sys/
H A Dlinker.h197 #define MODINFO_TYPE 0x0002 /* Type of module (string) */ macro
/f-stack/freebsd/sys/
H A Dlinker.h206 #define MODINFO_TYPE 0x0002 /* Type of module (string) */ macro
/f-stack/freebsd/mips/mips/
H A Dmachdep.c409 PRELOAD_PUSH_VALUE(uint32_t, MODINFO_TYPE); in mips_postboot_fixup()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c363 fake_preload[i++] = MODINFO_TYPE; in fake_preload_metadata()