Searched defs:ELFSection (Results 1 – 2 of 2) sorted by relevance
520 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags, in ParseSectionArguments() local
280 class ELFSection : public DebugSectionBase<ELFSectionHeader> { class312 ELFSection(const char* name, Type type, uintptr_t align) in ELFSection() function in v8::internal::GDBJITInterface::ELFSection