Searched refs:hashdata (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Dhash.h13 typedef struct hashdata HASHDATA;
H A Dhash.c38 struct hashdata { struct
45 struct hashdata data;
/haiku-buildtools/binutils/gold/
H A Dlayout.cc4433 Output_section_data* hashdata = new Output_data_const_buffer(phash,
4437 if (hashsec != NULL && hashdata != NULL)
4438 hashsec->add_output_section_data(hashdata);
4471 Output_section_data* hashdata = new Output_data_const_buffer(phash,
4475 if (hashsec != NULL && hashdata != NULL)
4476 hashsec->add_output_section_data(hashdata);

Completed in 52 milliseconds