Searched refs:addPhdrForSection (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Writer.cpp | 69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 2137 addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R); in finalizeSections() 2141 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections() 2142 addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R); in finalizeSections() 2143 addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R); in finalizeSections() 2508 void Writer<ELFT>::addPhdrForSection(Partition &part, unsigned shType, in addPhdrForSection() function in Writer
|