/src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
reloc_ia64.S | 86 #define r_info r22 macro 156 ld8 r_info = [addr],8 162 extr.u r_type = r_info, 0, 32 199 extr.u r_sym = r_info,32,32
|
/src/sys/net/npf/ |
npf_ruleset.c | 120 nvlist_t * r_info; member in struct:npf_rule 620 rl->r_info = kmem_alloc(rl->r_info_len, KM_SLEEP); 621 memcpy(rl->r_info, info, rl->r_info_len); 705 if (rl->r_info) { 706 nvlist_add_binary(rule, "info", rl->r_info, rl->r_info_len); 792 if (rl->r_info) { 793 kmem_free(rl->r_info, rl->r_info_len);
|
/src/sys/arch/i386/pnpbios/ |
pnpbiosreg.h | 202 uint8_t r_info; /* may not be present */ member in struct:pnpirqres
|
/src/sys/arch/atari/stand/tostools/libtos/ |
exec_elf.h | 425 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon5ac53e540508 430 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon5ac53e540608 434 /* r_info utility macros */
|
/src/tools/amiga-elf2bb/sys/ |
exec_elf.h | 468 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonc1fa11540908 473 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonc1fa11540a08 477 /* r_info utility macros */ 484 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonc1fa11540b08 489 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonc1fa11540c08 493 /* r_info utility macros */
|
/src/tools/arm-elf2aout/sys/ |
exec_elf.h | 578 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonef77d1aa0908 583 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonef77d1aa0a08 587 /* r_info utility macros */ 594 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonef77d1aa0b08 599 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonef77d1aa0c08 603 /* r_info utility macros */
|
/src/tools/m68k-elf2aout/sys/ |
exec_elf.h | 578 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon33fb20300908 583 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon33fb20300a08 587 /* r_info utility macros */ 594 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anon33fb20300b08 599 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anon33fb20300c08 603 /* r_info utility macros */
|
/src/sys/arch/epoc32/stand/e32boot/include/ |
elf.h | 576 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonc01714590908 581 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anonc01714590a08 585 /* r_info utility macros */ 592 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonc01714590b08 597 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anonc01714590c08 601 /* r_info utility macros */
|
/src/sys/sys/ |
exec_elf.h | 671 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon83c31a3a0908 676 Elf32_Word r_info; /* index & type of relocation */ member in struct:__anon83c31a3a0a08 680 /* r_info utility macros */ 690 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anon83c31a3a0b08 695 Elf64_Xword r_info; /* index & type of relocation */ member in struct:__anon83c31a3a0c08 699 /* r_info utility macros */
|