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

/external/openssh/openbsd-compat/
H A Dport-aix.h59 /* Some versions define r_type in the above headers, which causes a conflict */
60 #ifdef r_type
61 # undef r_type macro
/external/llvm/include/llvm/CodeGen/
H A DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dreloc_ia64.S87 #define r_type r25 define
88 #define r_sym r25 /* alias of r_type ! */
160 extr.u r_type = r_info, 0, 32
162 cmp.eq Pnone,p0 = R_IA64_NONE,r_type
163 cmp.eq Prel,p0 = R_IA64_REL64LSB,r_type
164 cmp.eq Pfptr,p0 = R_IA64_FPTR64LSB,r_type
167 cmp.eq Prel,p0 = R_IA64_DIR64LSB,r_type // treat DIR64 just like REL64
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.h190 int r_type; /* must be one of the #defines above */ member in struct:io_req
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h203 uint32_t r_type; // machine specific relocation type member in class:llvm::ELFRelocation
211 return ((uint64_t)r_symidx << 32) + ((uint64_t)r_type & 0xFFFFFFFFL);
213 return (r_symidx << 8) + (r_type & 0xFFL);
221 r_offset(off), r_symidx(sym), r_type(type),
/external/libpcap/Win32/Include/arpa/
H A Dnameser.h298 int16_t r_type; /* type number */ member in struct:rrec
/external/syslinux/com32/tools/
H A Drelocs.c558 unsigned r_type; local
564 r_type = ELF32_R_TYPE(rel->r_info);
568 switch (r_type) {
617 rel_type(r_type), r_type);
623 rel_type(r_type), symname);
/external/kernel-headers/original/uapi/linux/
H A Dcoff.h340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
/external/tcpdump/
H A Dnameser.h263 int16_t r_type; /* type number */ member in struct:rrec
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c118 int r_type; /* type of rule--see below */ member in struct:rule
786 rulep->r_type = JULIAN_DAY;
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
810 rulep->r_type = DAY_OF_YEAR;
841 switch (rulep->r_type) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp604 uint32_t r_type = Type & 0xff; local
610 uint32_t RelType = r_type;
1468 uint32_t r_type = RelType & 0xff; local
1470 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE
1471 || r_type == ELF::R_MIPS_GOT_DISP) {
/external/opencv/ml/src/
H A Dml_inner_functions.cpp638 int i, r_type, r_step; local
653 r_type = CV_MAT_TYPE(responses->type);
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 )
659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
679 if( r_type == CV_32FC1 )
723 int i, r_type, r_step; local
743 r_type = CV_MAT_TYPE(responses->type);
744 if( r_type != CV_32FC1 && r_type !
[all...]
H A Dmltree.cpp140 int sample_all = 0, r_type = 0, cv_n; local
234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type ));
240 is_classifier = r_type == CV_VAR_CATEGORICAL;
/external/llvm/include/llvm/Support/
H A DMachO.h396 // Constant values for the r_type field in an
406 // Constant values for the r_type field in a PowerPC architecture
426 // Constant values for the r_type field in an ARM architecture
440 // Constant values for the r_type field in an ARM64 architecture
467 // Constant values for the r_type field in an x86_64 architecture
912 r_type:4; member in struct:llvm::MachO::relocation_info
920 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
924 r_type:4,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1848 uint32_t r_value, pair_r_value, r_type; local
1854 r_type = info->O->getAnyRelocationType(RE);
1858 if (r_type == MachO::GENERIC_RELOC_SECTDIFF ||
1859 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) {
1896 if (reloc_found && (r_type == MachO::GENERIC_RELOC_SECTDIFF ||
1897 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) {
2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2033 r_type = info->O->getScatteredRelocationType(RE);
2035 r_type = info->O->getAnyRelocationType(RE);
2042 if (r_type
2168 uint32_t r_type = info->O->getAnyRelocationType(RE); local
[all...]

Completed in 378 milliseconds