Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. variable
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields()
42 (r_extern << 4) | (r_type & 15); in getPackedFields()
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/external/llvm/test/MC/Mips/
Delf-tls.ll5 ; CHECK: ('r_type', 0x2b)
6 ; CHECK: ('r_type', 0x2c)
7 ; CHECK: ('r_type', 0x2d)
/external/llvm/test/CodeGen/ARM/
D2010-11-30-reloc-movt.ll27 ; OBJ-NEXT: 'r_type', 0x2b
32 ; OBJ-NEXT: 'r_type', 0x2c
37 ; OBJ-NEXT: 'r_type', 0x1c
/external/kernel-headers/original/asm-mips/
Dmodule.h22 Elf64_Byte r_type; /* First relocation. */ member
31 Elf64_Byte r_type; /* First relocation. */ member
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
/external/openssh/openbsd-compat/
Dport-aix.h60 #ifdef r_type
61 # undef r_type
/external/llvm/test/Scripts/
Delf-dump128 r_type = (r_info & 0xffffffff, 32)
131 r_type = (r_info & 0xff, 8)
133 print " ('r_type', %s)" % common_dump.HexDump(r_type)
/external/llvm/lib/Object/
DMachOObjectFile.cpp781 unsigned r_type; in getRelocationTypeName() local
783 r_type = (RE->Word0 >> 24) & 0xF; in getRelocationTypeName()
785 r_type = (RE->Word1 >> 28) & 0xF; in getRelocationTypeName()
797 if (r_type > 6) in getRelocationTypeName()
800 res = Table[r_type]; in getRelocationTypeName()
816 if (r_type > 9) in getRelocationTypeName()
819 res = Table[r_type]; in getRelocationTypeName()
835 if (r_type > 9) in getRelocationTypeName()
838 res = Table[r_type]; in getRelocationTypeName()
860 res = Table[r_type]; in getRelocationTypeName()
/external/llvm/test/MC/ARM/
Dcxx-global-constructor.ll12 ; CHECK: ('r_type', 0x26)
Delf-thumbfunc-reloc.ll32 ; CHECK-NEXT: 'r_type', 0x0a
Delf-reloc-02.ll47 ;; OBJ-NEXT: 'r_type', 0x2b
Delf-reloc-01.ll66 ;; OBJ-NEXT: 'r_type', 0x2b
Delf-reloc-03.ll94 ;; OBJ-NEXT: 'r_type', 0x2b
/external/opencv/ml/src/
Dml_inner_functions.cpp638 int i, r_type, r_step; in cvPreprocessOrderedResponses() local
653 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessOrderedResponses()
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessOrderedResponses()
659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses()
679 if( r_type == CV_32FC1 ) in cvPreprocessOrderedResponses()
723 int i, r_type, r_step; in cvPreprocessCategoricalResponses() local
743 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessCategoricalResponses()
744 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessCategoricalResponses()
775 if( r_type == CV_32SC1 ) in cvPreprocessCategoricalResponses()
Dmltree.cpp140 int sample_all = 0, r_type = 0, cv_n; in CV_IMPLEMENT_QSORT_EX() local
234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type )); in CV_IMPLEMENT_QSORT_EX()
240 is_classifier = r_type == CV_VAR_CATEGORICAL; in CV_IMPLEMENT_QSORT_EX()
/external/tcpdump/
Dnameser.h264 int16_t r_type; /* type number */ member
/external/qemu/
Da.out.h234 char r_type[2]; member
/external/icu4c/tools/tzcode/
Dlocaltime.c124 int r_type; /* type of rule--see below */ member
767 rulep->r_type = JULIAN_DAY;
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
791 rulep->r_type = DAY_OF_YEAR;
826 switch (rulep->r_type) {
/external/libnl-headers/
Dnetlink-types.h293 uint8_t r_type; member