Searched refs:sec_offset (Results 1 – 17 of 17) sorted by relevance
/external/autotest/client/tests/disktest/src/ |
D | disktest.c | 56 unsigned int i, sec_offset, sector; in write_block() local 60 for (sec_offset = 0; sec_offset < sectors_per_block; sec_offset++) { in write_block() 61 sector = (block * sectors_per_block) + sec_offset; in write_block() 62 sector_buffer = &buffer[sec_offset * PATTERN_PER_SECTOR]; in write_block() 87 unsigned int sec_offset, sector; in verify_block() local 99 for (sec_offset = 0; sec_offset < sectors_per_block; sec_offset++) { in verify_block() 103 sector = (block * sectors_per_block) + sec_offset; in verify_block() 104 sector_buffer = &buffer[sec_offset * PATTERN_PER_SECTOR]; in verify_block()
|
/external/elfutils/tests/ |
D | run-readelf-ranges.sh | 193 stmt_list (sec_offset) 0 197 addr_base (sec_offset) address base [ 8] 202 ranges (sec_offset) range list [ 24] 204 stmt_list (sec_offset) 655 208 addr_base (sec_offset) address base [ a8] 209 rnglists_base (sec_offset) range list [ c]
|
D | run-macro-test.sh | 42 macro_info (sec_offset) 0 49 GNU_macros (sec_offset) 0
|
D | run-readelf-types.sh | 36 stmt_list (sec_offset) 0 83 stmt_list (sec_offset) 0 104 stmt_list (sec_offset) 0
|
D | run-readelf-loc.sh | 918 ranges (sec_offset) range list [ 0] 920 stmt_list (sec_offset) 0 924 GNU_addr_base (sec_offset) address base [ 0] 926 GNU_ranges_base (sec_offset) 0 956 location (sec_offset) location list [ 0] 963 location (sec_offset) location list [ 28] 970 location (sec_offset) location list [ 47] 977 location (sec_offset) location list [ 73] 1012 stmt_list (sec_offset) 145 1033 location (sec_offset) location list [ 0] [all …]
|
D | run-readelf-zdebug-rel.sh | 61 stmt_list (sec_offset) 0 80 location (sec_offset) location list [ 0] 166 stmt_list (sec_offset) 0 185 location (sec_offset) location list [ 0] 204 location (sec_offset) location list [ 4e]
|
D | run-readelf-dwz-multi.sh | 94 stmt_list (sec_offset) 0 155 stmt_list (sec_offset) 0 215 stmt_list (sec_offset) 0 255 stmt_list (sec_offset) 0 294 stmt_list (sec_offset) 0
|
D | run-readelf-const-values.sh | 74 stmt_list (sec_offset) 0 110 ranges (sec_offset) range list [ 0] 112 stmt_list (sec_offset) 54
|
D | run-readelf-discr.sh | 88 stmt_list (sec_offset) 0 245 stmt_list (sec_offset) 0
|
D | run-exprlocs.sh | 53 stmt_list (sec_offset)
|
/external/adhd/cras/src/tools/cras_test_client/ |
D | cras_test_client.c | 110 static void fill_time_offset(time_t *sec_offset, int32_t *nsec_offset) in fill_time_offset() argument 116 *sec_offset = real_time.tv_sec - mono_time.tv_sec; in fill_time_offset() 463 time_t sec_offset, int32_t nsec_offset) in convert_time() argument 465 sec_offset += *sec; in convert_time() 468 sec_offset++; in convert_time() 471 sec_offset--; in convert_time() 474 *sec = sec_offset; in convert_time() 479 unsigned int tag_idx, int32_t sec_offset, in show_alog_tag() argument 496 convert_time(&sec, &nsec, sec_offset, nsec_offset); in show_alog_tag() 515 convert_time(&sec, &nsec, sec_offset, nsec_offset); in show_alog_tag() [all …]
|
/external/u-boot/drivers/crypto/fsl/ |
D | jr.h | 95 uint32_t sec_offset; member
|
D | jr.c | 23 uint32_t sec_offset[CONFIG_SYS_FSL_MAX_NUM_OF_SEC] = { variable 32 ((CONFIG_SYS_FSL_SEC_ADDR + sec_offset[idx]))
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_die_unittest.cc | 371 TEST_P(DwarfForms, sec_offset) { in TEST_P() argument
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 284 DWARF_ONE_KNOWN_DW_FORM (sec_offset, DW_FORM_sec_offset) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 418 HANDLE_DW_FORM(0x17, sec_offset, 4, DWARF)
|
/external/elfutils/src/ |
D | ChangeLog | 622 (attr_callback): Handle DW_AT_loclists_base and notice sec_offset
|