Searched defs:Mergeable (Results 1 – 5 of 5) sorted by relevance
259 Mergeable() {} in Mergeable() function
362 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseDirectiveSection() local
411 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseSectionArguments() local
543 bool Mergeable = Flags & ELF::SHF_MERGE; in ParseSectionArguments() local
35 public interface Mergeable<T> { interface in Unlocode