• Home
  • Raw
  • Download

Lines Matching refs:new_generated_scn

2405 new_generated_scn (enum scn_kind kind, const char *name, int type, int flags,  in new_generated_scn()  function
2438 new_generated_scn (scn_dot_note_gnu_build_id, ".note.gnu.build-id", in ld_generic_generate_sections()
2459 new_generated_scn (scn_dot_interp, ".interp", SHT_PROGBITS, SHF_ALLOC, in ld_generic_generate_sections()
2463 new_generated_scn (scn_dot_dynamic, ".dynamic", SHT_DYNAMIC, in ld_generic_generate_sections()
2472 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC, in ld_generic_generate_sections()
2476 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC, in ld_generic_generate_sections()
2481 new_generated_scn (scn_dot_hash, ".hash", SHT_HASH, SHF_ALLOC, in ld_generic_generate_sections()
2484 new_generated_scn (scn_dot_gnu_hash, ".gnu.hash", SHT_GNU_HASH, in ld_generic_generate_sections()
2493 new_generated_scn (scn_dot_plt, ".plt", SHT_PROGBITS, in ld_generic_generate_sections()
2501 new_generated_scn (scn_dot_pltrel, ".rel.plt", rel_type, SHF_ALLOC, in ld_generic_generate_sections()
2508 new_generated_scn (scn_dot_gotplt, ".got.plt", SHT_PROGBITS, in ld_generic_generate_sections()
2562 new_generated_scn (scn_dot_version_r, ".gnu.version_r", in ld_generic_generate_sections()
2591 new_generated_scn (scn_dot_version, ".gnu.version", SHT_GNU_versym, in ld_generic_generate_sections()
2616 new_generated_scn (scn_dot_got, ".got", SHT_PROGBITS, in ld_generic_generate_sections()
2623 new_generated_scn (scn_dot_dynrel, ".rel.dyn", rel_type, SHF_ALLOC, in ld_generic_generate_sections()