Searched refs:entry_value (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/tests/ |
D | run-varlocs.sh | 136 [401169,40116a) {entry_value(1) {reg5}, stack_value} 138 [401175,40117a) {entry_value(1) {reg5}, stack_value} 145 [401062,401067) {entry_value(1) {reg5}, stack_value} 148 [401066,401067) {entry_value(1) {reg4}, stack_value} 166 [4011e2,4011e7) {entry_value(1) {reg5}, stack_value} 169 [4011e6,4011e7) {entry_value(1) {reg4}, stack_value} 180 [40119c,4011a7) {entry_value(1) {reg5}, stack_value} 182 [4011b5,4011c0) {entry_value(1) {reg5}, stack_value} 192 [4011a6,4011a7) {entry_value(1) {reg5}} 214 [401169,40116a) {entry_value(1) {reg5}, stack_value} [all …]
|
D | run-readelf-loc.sh | 192 [ 0] entry_value: 255 [ 0] entry_value: 286 [ 0] entry_value: 301 [ 0] entry_value: 323 [ 0] entry_value: 349 [ 0] entry_value: 544 [ 0] entry_value: 607 [ 0] entry_value: 650 [ 0] entry_value: 663 [ 0] entry_value: [all …]
|
/external/u-boot/fs/fat/ |
D | fat_write.c | 365 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value() argument 417 ((__u32 *) mydata->fatbuf)[offset] = cpu_to_le32(entry_value); in set_fatent_value() 420 ((__u16 *) mydata->fatbuf)[offset] = cpu_to_le16(entry_value); in set_fatent_value() 427 val1 = cpu_to_le16(entry_value) & 0xfff; in set_fatent_value() 432 val1 = cpu_to_le16(entry_value) & 0xf; in set_fatent_value() 433 val2 = (cpu_to_le16(entry_value) >> 4) & 0xff; in set_fatent_value() 442 val1 = cpu_to_le16(entry_value) & 0xff; in set_fatent_value() 443 val2 = (cpu_to_le16(entry_value) >> 8) & 0xf; in set_fatent_value() 452 val1 = cpu_to_le16(entry_value) & 0xfff; in set_fatent_value()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_parser.cpp | 1150 const FX_FILESIZE entry_value = in LoadCrossRefV5() local 1153 const auto object_offset = entry_value; in LoadCrossRefV5() 1156 const auto archive_obj_num = entry_value; in LoadCrossRefV5()
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.cc | 1590 Node* entry_value = LoadFixedArrayElement( in TF_BUILTIN() local 1598 entry_value, entry_key, receiver); in TF_BUILTIN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 610 HANDLE_DW_OP(0xa3, entry_value, 5, DWARF)
|
/external/elfutils/config/ |
D | elfutils.spec.in | 499 typed DWARF stack, call_site and entry_value.
|
/external/elfutils/ |
D | NEWS | 383 Support for typed DWARF stack, call_site and entry_value.
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 322 int entry_value = Smi::ToInt(entry); in CompileIrregexp() local 323 DCHECK_EQ(JSRegExp::kUninitializedValue, entry_value); in CompileIrregexp()
|