AppExchange配下のカスタムオブジェクトも含めて一覧を作りたいって話があり、
調べた方法をメモとして残しておく。
もっと簡単な方法があるのかもしれないけど・・・。
SELECT MasterLabel,
KeyPrefix,
DeveloperName,
QualifiedApiName,
NamespacePrefix
FROM EntityDefinition
WHERE IsCustomSetting = false
and QualifiedApiName like '%__c'
Order by MasterLabel
EntityDefinitionの詳細は↓
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_entitydefinition.htm