Searched refs:initialize_place (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script-sections.cc | 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() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | script-sections.cc | 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() [all …]
|