Lines Matching refs:initialize_place
357 initialize_place(Place_index, const char*);
370 this->initialize_place(PLACE_TEXT, ".text"); in Orphan_section_placement()
371 this->initialize_place(PLACE_RODATA, ".rodata"); in Orphan_section_placement()
372 this->initialize_place(PLACE_DATA, ".data"); in Orphan_section_placement()
373 this->initialize_place(PLACE_TLS, NULL); in Orphan_section_placement()
374 this->initialize_place(PLACE_TLS_BSS, NULL); in Orphan_section_placement()
375 this->initialize_place(PLACE_BSS, ".bss"); in Orphan_section_placement()
376 this->initialize_place(PLACE_LAST_ALLOC, NULL); in Orphan_section_placement()
377 this->initialize_place(PLACE_REL, NULL); in Orphan_section_placement()
378 this->initialize_place(PLACE_INTERP, ".interp"); in Orphan_section_placement()
379 this->initialize_place(PLACE_NONALLOC, NULL); in Orphan_section_placement()
380 this->initialize_place(PLACE_LAST, NULL); in Orphan_section_placement()
386 Orphan_section_placement::initialize_place(Place_index index, const char* name) in initialize_place() function in gold::Orphan_section_placement