/src/sys/arch/mips/include/ |
reloc.h | 68 enum reloc_type r_type:5; /* relocation type, from above */
|
/src/sys/arch/powerpc/include/ |
aout_machdep.h | 48 u_int32_t r_type : 6; /* relocation type */ member in struct:relocation_info_ppc
|
/src/sys/arch/sparc/include/ |
aout_machdep.h | 56 enum reloc_type r_type : 5; /* relocation type time copy */
|
reloc.h | 126 enum reloc_type r_type:5; /* relocation type, from above */
|
/src/include/ |
res_update.h | 40 ns_type r_type; /*%< type number */ member in struct:ns_updrec
|
/src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
reloc_ia64.S | 89 #define r_type r25 macro 90 #define r_sym r25 /* alias of r_type ! */ 162 extr.u r_type = r_info, 0, 32 164 cmp.eq Pnone,p0 = R_IA64_NONE,r_type 165 cmp.eq Prel,p0 = R_IA64_REL64LSB,r_type 166 cmp.eq Pfptr,p0 = R_IA64_FPTR64LSB,r_type 169 cmp.eq Prel,p0 = R_IA64_DIR64LSB,r_type // treat DIR64 just like REL64
|
/src/libexec/ld.elf_so/arch/riscv/ |
mdreloc.c | 88 Elf_Word r_type = ELF_R_TYPE(rela->r_info); local in function:_rtld_relocate_nonplt_self 91 switch (r_type) { 92 case R_TYPE(RELATIVE): { 100 case R_TYPE(NONE): 120 const Elf_Word r_type = ELF_R_TYPE(rela->r_info); local in function:_rtld_relocate_nonplt_objects 123 switch (r_type) { 141 switch (r_type) { 142 case R_TYPE(NONE): 145 case R_TYPE(RELATIVE): { 174 case R_TYPE(COPY) [all...] |
/src/libexec/ld.elf_so/arch/mips/ |
mips_reloc.c | 82 * endian we have to byte swap that integer (r_type). 85 #define ELF_R_NXTTYPE_64_P(r_type) ((((r_type) >> 8) & 0xff) == R_TYPE(64)) 93 #define ELF_R_NXTTYPE_64_P(r_type) (0) 205 Elf_Word r_symndx, r_type; local in function:_rtld_relocate_nonplt_self 210 r_type = ELF_R_TYPE(rel->r_info); 212 switch (r_type & 0xff) { 213 case R_TYPE(REL32): { 215 ELF_R_NXTTYPE_64_P(r_type) [all...] |
/src/usr.bin/crunch/crunchide/ |
exec_aout.c | 67 ((rp)->r_type >= RELOC_BASE10 && (rp)->r_type <= RELOC_BASE22) || \ 68 (rp)->r_type == RELOC_JMP_TBL)
|
/src/usr.sbin/rbootd/ |
rmpproto.c | 95 switch(rmp->r_type) { /* do what we came here to do */ 159 EnetStr(rconn), rmp->r_type); 435 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): 539 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
|
utils.c | 127 switch(rmp->r_type) { 178 rmp->r_type);
|
rbootd.c | 285 EnetStr(rtmp), rtmp->rmp.r_type);
|
rmp_var.h | 238 #define r_type rmp_proto.rmp_raw.rmp_type macro
|
/src/sys/dev/ic/ |
isp_tpublic.h | 104 enum { R_FC, R_SPI } r_type; member in struct:__anon86d6b6f80308
|
/src/sys/arch/i386/pnpbios/ |
pnpbiosreg.h | 152 uint8_t r_type; member in struct:pnplargeres
|
/src/lib/libresolv/ |
res_mkupdate.c | 133 rtype = rrecp->r_type; 193 if (numrrs != 1 || rrecp->r_type != T_SOA) 212 switch (rrecp->r_type) { 251 if (rrecp->r_type == T_SOA) { 936 rrecp->r_type = (ns_type)type;
|
/src/sys/net/npf/ |
npf_ruleset.c | 85 int r_type; member in struct:npf_rule 688 nvlist_add_number(rule, "code-type", rl->r_type); 733 rl->r_type = type; 863 KASSERT(rl->r_type == NPF_CODE_BPF);
|
/src/usr.sbin/mrouted/ |
defs.h | 194 u_int32_t group, int r_type);
|
vif.c | 534 accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group, int r_type) 555 if (r_type == IGMP_v1_HOST_MEMBERSHIP_REPORT) 583 if (r_type == IGMP_v2_HOST_MEMBERSHIP_REPORT)
|
/src/lib/libc/time/ |
localtime.c | 266 enum r_type { enum 273 enum r_type r_type; /* type of rule */ member in struct:rule 1117 rulep->r_type = JULIAN_DAY; 1124 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 1141 rulep->r_type = DAY_OF_YEAR; 1171 switch (rulep->r_type) {
|
/src/usr.sbin/mrinfo/ |
mrinfo.c | 561 int r_type)
|
/src/usr.sbin/map-mbone/ |
mapper.c | 220 void accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group, int r_type)
|
/src/usr.sbin/mtrace/ |
mtrace.c | 1700 int r_type)
|