Searched defs:ExportInfo (Results 1 – 4 of 4) sorted by relevance
58 struct ExportInfo { struct59 uint64_t address;60 uint64_t ordinal = 0;61 uint8_t flags = 0;62 ExportInfo(const Symbol &sym, uint64_t imageBase) in ExportInfo() argument
291 struct ExportInfo { struct310 ExportInfo Exports; argument
233 std::vector<DylinkExportInfo> ExportInfo; member
300 std::vector<WasmDylinkExportInfo> ExportInfo; member