Home
last modified time | relevance | path

Searched refs:main_const_data (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/skinny-corefile/
H A Dmain.c8 const int main_const_data = 5; variable
19 return to_be_removed(heap_buf, main_const_data, main_dirty_data); in main()
H A Dto-be-removed.c12 int to_be_removed(char *main_heap_buf, int main_const_data, in to_be_removed() argument
16 main_heap_buf, to_be_removed_dirty_data, main_const_data, in to_be_removed()
H A Dto-be-removed.h2 int to_be_removed (char *main_heap_buf, int main_const_data, int main_dirty_data);