Searched refs:r_value (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dinsert_fn_imps.hpp50 insert(const_reference r_value) argument
53 std::pair<point_iterator, bool> ins_pair = insert_leaf_imp(r_value);
64 insert_leaf_imp(const_reference r_value) argument
68 return std::make_pair(base_type::insert_imp_empty(r_value), true);
74 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value)))
76 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
87 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
89 _GLIBCXX_DEBUG_ONLY(base_type::check_key_does_not_exist(PB_DS_V2F(r_value)));
93 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
98 return std::make_pair(insert_leaf_new(r_value, p_n
[all...]
H A Dsplay_tree_.hpp194 insert(const_reference r_value);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp50 insert_leaf(const_reference r_value) argument
56 insert_imp_empty(r_value),
65 PB_DS_V2F(r_value)))
76 insert_leaf_new(r_value, m_p_head->m_p_right, false),
80 PB_DS_V2F(r_value),
86 PB_DS_V2F(r_value)));
92 PB_DS_V2F(r_value)));
97 insert_leaf_new(r_value, p_pot, true),
104 insert_leaf_new(r_value, p_nd, false),
111 insert_leaf_new(const_reference r_value, node_pointe argument
158 insert_imp_empty(const_reference r_value) argument
[all...]
H A Dbin_search_tree_.hpp344 insert_imp_empty(const_reference r_value);
347 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd);
370 insert_leaf(const_reference r_value);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachORelocation.h33 int32_t r_value; // the value the item to be relocated is referring member in class:llvm::MachORelocation
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dreloc.h159 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
170 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
185 * symbol1 is stored in the first relocation entry's r_value field and the
186 * value of symbol2 is stored in the pair's r_value field.
191 * entry where the r_value feild is the value of the lazy pointer not prebound.
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h159 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
170 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
185 * symbol1 is stored in the first relocation entry's r_value field and the
186 * value of symbol2 is stored in the pair's r_value field.
191 * entry where the r_value feild is the value of the lazy pointer not prebound.
/macosx-10.9.5/cctools-845/ld/
H A Dhppa_reloc.c82 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
118 r_value = sreloc->r_value;
122 * Since the r_value field is reserved in a HPPA_RELOC_PAIR
125 * it is assumed that r_value is legal. A HPPA_RELOC_PAIR
136 /* calculate the r_symbolnum (n_sect) from the r_value */
139 if(r_value >= cur_obj->section_maps[j].s->addr &&
140 r_value < cur_obj->section_maps[j].s->addr +
152 if(r_value == cur_obj->section_maps[j].s->addr +
159 error_with_cur_obj("r_value (
[all...]
H A Darm_reloc.c92 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
134 r_value = sreloc->r_value;
138 * Since the r_value field is reserved in a ARM_RELOC_PAIR
141 * it is assumed that r_value is legal. A ARM_RELOC_PAIR
151 /* calculate the r_symbolnum (n_sect) from the r_value */
154 if(r_value >= cur_obj->section_maps[j].s->addr &&
155 r_value < cur_obj->section_maps[j].s->addr +
167 if(r_value == cur_obj->section_maps[j].s->addr +
174 error_with_cur_obj("r_value (
[all...]
H A Dppc_reloc.c91 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
131 r_value = sreloc->r_value;
135 * Since the r_value field is reserved in a PPC_RELOC_PAIR
138 * it is assumed that r_value is legal. A PPC_RELOC_PAIR
149 /* calculate the r_symbolnum (n_sect) from the r_value */
152 if(r_value >= cur_obj->section_maps[j].s->addr &&
153 r_value < cur_obj->section_maps[j].s->addr +
165 if(r_value == cur_obj->section_maps[j].s->addr +
172 error_with_cur_obj("r_value (
[all...]
H A Dgeneric_reloc.c88 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
122 r_value = sreloc->r_value;
126 * Since the r_value field is reserved in a GENERIC_RELOC_PAIR
129 * it is assumed that r_value is legal. A GENERIC_RELOC_PAIR
140 /* calculate the r_symbolnum (n_sect) from the r_value */
143 if(r_value >= cur_obj->section_maps[j].s->addr &&
144 r_value < cur_obj->section_maps[j].s->addr +
156 if(r_value == cur_obj->section_maps[j].s->addr +
163 error_with_cur_obj("r_value (
[all...]
H A Dm88k_reloc.c79 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
113 r_value = sreloc->r_value;
117 * Since the r_value field is reserved in a M88K_RELOC_PAIR
120 * it is assumed that r_value is legal. A M88K_RELOC_PAIR
131 /* calculate the r_symbolnum (n_sect) from the r_value */
134 if(r_value >= cur_obj->section_maps[j].s->addr &&
135 r_value < cur_obj->section_maps[j].s->addr +
147 if(r_value == cur_obj->section_maps[j].s->addr +
154 error_with_cur_obj("r_value (
[all...]
H A Dsparc_reloc.c83 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
117 r_value = sreloc->r_value;
121 * Since the r_value field is reserved in a SPARC_RELOC_PAIR
124 * it is assumed that r_value is legal. A SPARC_RELOC_PAIR
134 /* calculate the r_symbolnum (n_sect) from the r_value */
137 if(r_value >= cur_obj->section_maps[j].s->addr &&
138 r_value < cur_obj->section_maps[j].s->addr +
150 if(r_value == cur_obj->section_maps[j].s->addr +
157 error_with_cur_obj("r_value (
[all...]
H A Di860_reloc.c77 r_scattered, r_value, pair_r_symbolnum, pair_r_value; local
110 r_value = sreloc->r_value;
114 * Since the r_value field is reserved in a I860_RELOC_PAIR
117 * it is assumed that r_value is legal. A I860_RELOC_PAIR
128 /* calculate the r_symbolnum (n_sect) from the r_value */
131 if(r_value >= cur_obj->section_maps[j].s->addr &&
132 r_value < cur_obj->section_maps[j].s->addr +
144 if(r_value == cur_obj->section_maps[j].s->addr +
151 error_with_cur_obj("r_value (
[all...]
H A Dliteral_pointers.c120 r_scattered, r_value; local
227 r_value = sreloc->r_value;
229 /* calculate the r_symbolnum (n_sect) from the r_value */
232 if(r_value >= cur_obj->section_maps[j].s->addr &&
233 r_value < cur_obj->section_maps[j].s->addr +
245 if(r_value == cur_obj->section_maps[j].s->addr +
252 error_with_cur_obj("r_value (0x%x) field of relocation "
254 (unsigned int)r_value, i, s->segname, s->sectname);
268 r_value
[all...]
H A Dcoalesced_sections.c97 r_symbolnum, r_scattered, pair, r_value; local
415 r_value = sreloc->r_value;
416 /* calculate the r_symbolnum (n_sect) from the r_value */
419 if(r_value >= cur_obj->section_maps[j].s->addr &&
420 r_value < cur_obj->section_maps[j].s->addr +
432 if(r_value == cur_obj->section_maps[j].s->addr +
439 error_with_cur_obj("r_value (0x%x) field of relocation "
441 (unsigned int)r_value, i, section_map->s->segname,
H A Dsections.h204 unsigned long r_value,
H A Dindirect_sections.c121 r_symbolnum, r_scattered, r_value, pair; local
516 r_value = sreloc->r_value;
520 /* calculate the r_symbolnum (n_sect) from the r_value */
523 if(r_value >= cur_obj->section_maps[j].s->addr &&
524 r_value < cur_obj->section_maps[j].s->addr +
536 if(r_value == cur_obj->section_maps[j].s->addr +
543 error_with_cur_obj("r_value (0x%x) field of relocation "
545 (unsigned int)r_value, i, section_map->s->segname,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Dinsert_fn_imps.hpp50 insert(const_reference r_value) argument
53 std::pair<point_iterator, bool> ins_pair = base_type::insert_leaf(r_value);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp261 insert(const_reference r_value) argument
264 const_key_reference r_key = PB_DS_V2F(r_value);
275 return std::make_pair(insert_new_val(it, r_value), true);
419 insert_new_val(iterator it, const_reference r_value) argument
426 _GLIBCXX_DEBUG_ONLY(map_debug_base::check_key_does_not_exist(PB_DS_V2F(r_value)));
444 value_type(r_value);
464 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(r_value)));
/macosx-10.9.5/cctools-845/otool/
H A Dhppa_disasm.c385 r_value, r_scattered, pair_r_type, pair_r_value; local
394 r_value = 0;
413 r_value = srp->r_value;
441 pair_r_value = srp->r_value;
538 offset = value - r_value;
539 value = r_value;
550 add = guess_symbol(r_value, sorted_symbols,
554 offset = value - (r_value - pair_r_value);
558 printf("0x%x", (unsigned int)r_value);
[all...]
H A Dsparc_disasm.c263 r_value, r_scattered, pair_r_type, pair_r_value; local
272 r_value = 0;
294 r_value = srp->r_value;
318 pair_r_value = srp->r_value;
412 offset = value - r_value;
413 value = r_value;
424 add = guess_symbol (r_value, sorted_symbols,
431 printf("0x%x", (unsigned int) r_value);
H A Darm_disasm.c193 r_value, r_scattered, pair_r_type, pair_r_value; local
223 r_value = 0;
240 r_value = srp->r_value;
267 pair_r_value = spairp->r_value;
375 offset = value - r_value;
376 value = r_value;
387 add = guess_symbol(r_value, info->sorted_symbols,
391 offset = value - (r_value - pair_r_value);
396 op_info->AddSymbol.Value = r_value;
536 r_value, r_scattered, pair_r_type, pair_r_value; local
5248 r_value, r_scattered, pair_r_type, pair_r_value; local
[all...]
H A Dm88k_disasm.c1055 r_value, r_scattered, pair_r_type; local
1064 r_value = 0;
1082 r_value = srp->r_value;
1192 offset = value - r_value;
1193 value = r_value;
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c5861 uint32_t i, r_address, r_pcrel, r_length, r_type, r_value, value; local
5867 r_value = 0;
5877 r_value = sreloc->r_value;
5907 r_value += vmslide;
5923 * GENERIC_RELOC_PB_LA_PTR) then just the r_value needs to be
5928 /* note r_value is incremented by vmslide above */
5969 sreloc->r_value = r_value;
5983 uint32_t i, r_address, r_pcrel, r_length, r_value, valu local
6216 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
6441 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
6712 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
[all...]

Completed in 168 milliseconds

12