/external/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 31 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/ |
D | elf-tls.ll | 5 ; CHECK: ('r_type', 0x2b) 6 ; CHECK: ('r_type', 0x2c) 7 ; CHECK: ('r_type', 0x2d)
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-11-30-reloc-movt.ll | 27 ; OBJ-NEXT: 'r_type', 0x2b 32 ; OBJ-NEXT: 'r_type', 0x2c 37 ; OBJ-NEXT: 'r_type', 0x1c
|
/external/kernel-headers/original/asm-mips/ |
D | module.h | 22 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/ |
D | port-aix.h | 60 #ifdef r_type 61 # undef r_type
|
/external/llvm/test/Scripts/ |
D | elf-dump | 128 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/ |
D | MachOObjectFile.cpp | 781 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/ |
D | cxx-global-constructor.ll | 12 ; CHECK: ('r_type', 0x26)
|
D | elf-thumbfunc-reloc.ll | 32 ; CHECK-NEXT: 'r_type', 0x0a
|
D | elf-reloc-02.ll | 47 ;; OBJ-NEXT: 'r_type', 0x2b
|
D | elf-reloc-01.ll | 66 ;; OBJ-NEXT: 'r_type', 0x2b
|
D | elf-reloc-03.ll | 94 ;; OBJ-NEXT: 'r_type', 0x2b
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 638 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()
|
D | mltree.cpp | 140 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/ |
D | nameser.h | 264 int16_t r_type; /* type number */ member
|
/external/qemu/ |
D | a.out.h | 234 char r_type[2]; member
|
/external/icu4c/tools/tzcode/ |
D | localtime.c | 124 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/ |
D | netlink-types.h | 293 uint8_t r_type; member
|