Searched refs:mod_file_offset (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_syms.h | 113 uint64_t mod_file_offset, 124 uint64_t __so_calc_mod_offset(uint64_t mod_start_addr, uint64_t mod_file_offset,
|
/external/bcc/src/cc/ |
D | bcc_syms.h | 113 uint64_t mod_file_offset, 124 uint64_t __so_calc_mod_offset(uint64_t mod_start_addr, uint64_t mod_file_offset,
|
D | bcc_syms.cc | 695 uint64_t mod_file_offset, in __so_calc_global_addr() argument 698 return offset + (mod_start_addr - mod_file_offset) - in __so_calc_global_addr() 702 uint64_t __so_calc_mod_offset(uint64_t mod_start_addr, uint64_t mod_file_offset, in __so_calc_mod_offset() argument 706 return global_addr - (mod_start_addr - mod_file_offset) + in __so_calc_mod_offset()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 865 uint64_t global_addr, offset, calc_offset, mod_start_addr, mod_file_offset; variable 871 mod_file_offset = 0x00072000; 874 global_addr = __so_calc_global_addr(mod_start_addr, mod_file_offset, 880 calc_offset = __so_calc_mod_offset(mod_start_addr, mod_file_offset,
|