Searched refs:section_ptr_add (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 5465 static void *section_ptr_add(Section *sec, unsigned long size); 6033 bounds_ptr = section_ptr_add(lbounds_section, sizeof(int)); in gfunc_epilog() 6875 static void *section_ptr_add(Section *sec, unsigned long size) in section_ptr_add() function 10458 ptr = section_ptr_add(data_section, size); in gv() 12807 ptr = section_ptr_add(data_section, len); in unary() 14358 bounds_ptr = section_ptr_add(lbounds_section, 2 * sizeof(unsigned long)); in decl_initializer_alloc() 14469 bounds_ptr = section_ptr_add(bounds_section, 2 * sizeof(long)); in decl_initializer_alloc() 17440 ptr = section_ptr_add(sec, size); in asm_parse_directive() 18145 ptr = section_ptr_add(s, len); in put_elf_str() 18177 ptr = section_ptr_add(s->hash, (2 + nb_buckets + nb_syms) * sizeof(int)); in rebuild_hash() [all …]
|