Lines Matching refs:initialize_place
336 initialize_place(Place_index, const char*);
349 this->initialize_place(PLACE_TEXT, ".text"); in Orphan_section_placement()
350 this->initialize_place(PLACE_RODATA, ".rodata"); in Orphan_section_placement()
351 this->initialize_place(PLACE_DATA, ".data"); in Orphan_section_placement()
352 this->initialize_place(PLACE_TLS, NULL); in Orphan_section_placement()
353 this->initialize_place(PLACE_TLS_BSS, NULL); in Orphan_section_placement()
354 this->initialize_place(PLACE_BSS, ".bss"); in Orphan_section_placement()
355 this->initialize_place(PLACE_REL, NULL); in Orphan_section_placement()
356 this->initialize_place(PLACE_INTERP, ".interp"); in Orphan_section_placement()
357 this->initialize_place(PLACE_NONALLOC, NULL); in Orphan_section_placement()
358 this->initialize_place(PLACE_LAST, NULL); in Orphan_section_placement()
364 Orphan_section_placement::initialize_place(Place_index index, const char* name) in initialize_place() function in gold::Orphan_section_placement