Searched refs:addPhdrForSection (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 1928 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections() 1932 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections() 1933 addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R); in finalizeSections() 1934 addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R); in finalizeSections() 1937 addPhdrForSection(part, SHT_RISCV_ATTRIBUTES, PT_RISCV_ATTRIBUTES, in finalizeSections() 2352 void Writer<ELFT>::addPhdrForSection(Partition &part, unsigned shType, in addPhdrForSection() function in Writer
|