Lines Matching refs:put32
18773 static void put32(unsigned char *p, uint32_t val) in put32() function
18799 put32(ptr, 0); in build_got()
18801 put32(ptr + 4, 0); in build_got()
18802 put32(ptr + 8, 0); in build_got()
18850 put32(p + 2, 4); in put_got_entry()
18853 put32(p + 8, 8); in put_got_entry()
18859 put32(p + 2, s1->got->data_offset); in put_got_entry()
18861 put32(p + 7, (plt->data_offset - 32) >> 1); in put_got_entry()
18863 put32(p + 12, -(plt->data_offset)); in put_got_entry()
18884 put32(p , 0xe52de004); in put_got_entry()
18885 put32(p + 4, 0xe59fe010); in put_got_entry()
18886 put32(p + 8, 0xe08fe00e); in put_got_entry()
18887 put32(p + 12, 0xe5bef008); in put_got_entry()
18891 put32(p , 0xe59fc004); in put_got_entry()
18892 put32(p+4, 0xe08fc00c); in put_got_entry()
18893 put32(p+8, 0xe59cf000); in put_got_entry()
18894 put32(p+12, s1->got->data_offset); in put_got_entry()
19099 put32(pinit + 1, -4); in tcc_add_runtime()
19612 put32(s1->got->data, dynamic->sh_addr); in tcc_output_file()
19622 put32(p + 2, get32(p + 2) + s1->got->sh_addr); in tcc_output_file()
19623 put32(p + 8, get32(p + 8) + s1->got->sh_addr); in tcc_output_file()
19626 put32(p + 2, get32(p + 2) + s1->got->sh_addr); in tcc_output_file()
19634 put32(p + 12, x + get32(p + 12) + s1->plt->data - p); in tcc_output_file()